mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Set version number to 4.1.
This commit is contained in:
parent
59b080e5bb
commit
186f59fb5b
@ -60,11 +60,11 @@ PR_BEGIN_EXTERN_C
|
||||
** The format of the version string is
|
||||
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||
*/
|
||||
#define PR_VERSION "4.1 Beta"
|
||||
#define PR_VERSION "4.1"
|
||||
#define PR_VMAJOR 4
|
||||
#define PR_VMINOR 1
|
||||
#define PR_VPATCH 0
|
||||
#define PR_BETA PR_TRUE
|
||||
#define PR_BETA PR_FALSE
|
||||
|
||||
/*
|
||||
** PRVersionCheck
|
||||
|
Loading…
Reference in New Issue
Block a user