зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1347932, land NSPR_4_14_RTM, no code change, reusing r=franziskus
DONTBUILD
This commit is contained in:
Родитель
e2ebf658c6
Коммит
0ae71d2d30
|
@ -1 +1 @@
|
||||||
NSPR_4_14_BETA2
|
NSPR_4_14_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.14 Beta"
|
#define PR_VERSION "4.14"
|
||||||
#define PR_VMAJOR 4
|
#define PR_VMAJOR 4
|
||||||
#define PR_VMINOR 14
|
#define PR_VMINOR 14
|
||||||
#define PR_VPATCH 0
|
#define PR_VPATCH 0
|
||||||
#define PR_BETA PR_TRUE
|
#define PR_BETA PR_FALSE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** PRVersionCheck
|
** PRVersionCheck
|
||||||
|
|
Загрузка…
Ссылка в новой задаче