Skip to content
Snippets Groups Projects
Commit a1758c39 authored by Kai Engert's avatar Kai Engert
Browse files

Bug 1694371, Update Firefox to NSPR_4_30_RTM. r=bbeurdouche UPGRADE_NSPR_RELEASE DONTBUILD

parent 05e584de
No related branches found
No related tags found
No related merge requests found
NSPR_4_30_BETA1 NSPR_4_30_RTM
\ No newline at end of file \ No newline at end of file
...@@ -10,3 +10,4 @@ ...@@ -10,3 +10,4 @@
*/ */
#error "Do not include this header file." #error "Do not include this header file."
...@@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C ...@@ -31,11 +31,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.30 Beta" #define PR_VERSION "4.30"
#define PR_VMAJOR 4 #define PR_VMAJOR 4
#define PR_VMINOR 30 #define PR_VMINOR 30
#define PR_VPATCH 0 #define PR_VPATCH 0
#define PR_BETA PR_TRUE #define PR_BETA PR_FALSE
/* /*
** PRVersionCheck ** PRVersionCheck
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment