mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1244062, Upgrade Firefox 47 to NSPR 4.12, final version numbers, no code changes, r=me
This commit is contained in:
parent
41c6279a69
commit
495269b3e8
@ -53,7 +53,7 @@ dnl ========================================================
|
|||||||
MOZJPEG=62
|
MOZJPEG=62
|
||||||
MOZPNG=10619
|
MOZPNG=10619
|
||||||
NSPR_VERSION=4
|
NSPR_VERSION=4
|
||||||
NSPR_MINVER=4.11
|
NSPR_MINVER=4.12
|
||||||
NSS_VERSION=3
|
NSS_VERSION=3
|
||||||
|
|
||||||
dnl Set the minimum version of toolkit libs used by mozilla
|
dnl Set the minimum version of toolkit libs used by mozilla
|
||||||
|
@ -1 +1 @@
|
|||||||
NSPR_4_12_BETA2
|
NSPR_4_12_RTM
|
||||||
|
@ -10,3 +10,4 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#error "Do not include this header file."
|
#error "Do not include this header file."
|
||||||
|
|
||||||
|
@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
|
|||||||
** The format of the version string is
|
** The format of the version string is
|
||||||
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||||
*/
|
*/
|
||||||
#define PR_VERSION "4.12 Beta"
|
#define PR_VERSION "4.12"
|
||||||
#define PR_VMAJOR 4
|
#define PR_VMAJOR 4
|
||||||
#define PR_VMINOR 12
|
#define PR_VMINOR 12
|
||||||
#define PR_VPATCH 0
|
#define PR_VPATCH 0
|
||||||
#define PR_BETA PR_TRUE
|
#define PR_BETA PR_FALSE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** PRVersionCheck
|
** PRVersionCheck
|
||||||
|
Loading…
Reference in New Issue
Block a user