mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 757593: update NSPR to NSPR_4_9_4_RTM. The only change is the
version string.
This commit is contained in:
parent
956fb172a1
commit
18de49f4ce
@ -1 +1 @@
|
||||
NSPR_4_9_4_BETA2
|
||||
NSPR_4_9_4_RTM
|
||||
|
@ -10,4 +10,3 @@
|
||||
*/
|
||||
|
||||
#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.9.4 Beta"
|
||||
#define PR_VERSION "4.9.4"
|
||||
#define PR_VMAJOR 4
|
||||
#define PR_VMINOR 9
|
||||
#define PR_VPATCH 4
|
||||
#define PR_BETA PR_TRUE
|
||||
#define PR_BETA PR_FALSE
|
||||
|
||||
/*
|
||||
** PRVersionCheck
|
||||
|
Loading…
Reference in New Issue
Block a user