mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +00:00
Set NSPR version to 4.2.2 Beta.
This commit is contained in:
parent
0bb7a6d8b3
commit
a9ca130b52
@ -60,11 +60,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.2.1"
|
#define PR_VERSION "4.2.2 Beta"
|
||||||
#define PR_VMAJOR 4
|
#define PR_VMAJOR 4
|
||||||
#define PR_VMINOR 2
|
#define PR_VMINOR 2
|
||||||
#define PR_VPATCH 1
|
#define PR_VPATCH 2
|
||||||
#define PR_BETA PR_FALSE
|
#define PR_BETA PR_TRUE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** PRVersionCheck
|
** PRVersionCheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user