UPGRADE_NSPR_RELEASE DONTBUILD
This commit is contained in:
Kai Engert 2019-03-07 11:16:36 +01:00
Родитель 5e0cd4cef7
Коммит 41ce4984c5
3 изменённых файлов: 4 добавлений и 3 удалений

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

@ -1 +1 @@
NSPR_4_21_BETA2
NSPR_4_21_RTM

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

@ -10,3 +10,4 @@
*/
#error "Do not include this header file."

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

@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define PR_VERSION "4.21 Beta"
#define PR_VERSION "4.21"
#define PR_VMAJOR 4
#define PR_VMINOR 21
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck