Bug 1191269, set NSPR version to final tag, no code change, DONTBUILD

This commit is contained in:
Kai Engert 2015-08-19 18:05:33 +02:00
parent 43b652c935
commit d1dd46aec0
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
NSPR_4_10_9_BETA3
NSPR_4_10_9_RTM

View File

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

View 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.10.9 Beta"
#define PR_VERSION "4.10.9"
#define PR_VMAJOR 4
#define PR_VMINOR 10
#define PR_VPATCH 9
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck