diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-09 15:09:22 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-11 16:42:09 +0300 |
commit | 75323087aea91719bbb4f766bc6298d0618f0163 (patch) | |
tree | 3f72a9a552289f158def1a871c19d40ce2bf4d31 /nsprpub/pr/include/prinit.h | |
parent | b1d82a62259c6888ea6f3f71f3e0973ea4b4e85e (diff) | |
download | UXP-75323087aea91719bbb4f766bc6298d0618f0163.tar UXP-75323087aea91719bbb4f766bc6298d0618f0163.tar.gz UXP-75323087aea91719bbb4f766bc6298d0618f0163.tar.lz UXP-75323087aea91719bbb4f766bc6298d0618f0163.tar.xz UXP-75323087aea91719bbb4f766bc6298d0618f0163.zip |
Update NSPR to 4.19
Diffstat (limited to 'nsprpub/pr/include/prinit.h')
-rw-r--r-- | nsprpub/pr/include/prinit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsprpub/pr/include/prinit.h b/nsprpub/pr/include/prinit.h index c55788923..ab3aba208 100644 --- a/nsprpub/pr/include/prinit.h +++ b/nsprpub/pr/include/prinit.h @@ -31,9 +31,9 @@ PR_BEGIN_EXTERN_C ** The format of the version string is ** "<major version>.<minor version>[.<patch level>] [<Beta>]" */ -#define PR_VERSION "4.18" +#define PR_VERSION "4.19" #define PR_VMAJOR 4 -#define PR_VMINOR 18 +#define PR_VMINOR 19 #define PR_VPATCH 0 #define PR_BETA PR_FALSE |