Bug 1347932, land NSPR_4_14_RTM, no code change, reusing r=franziskus

DONTBUILD
This commit is contained in:
Kai Engert 2017-03-24 12:07:13 +01:00
Родитель e2ebf658c6
Коммит 0ae71d2d30
3 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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