summaryrefslogtreecommitdiff
path: root/nsprpub/pr/include/prinit.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-06 11:40:35 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-06 11:40:35 +0100
commit7c728b3c7680662fc4e92b5d03697b8339560b08 (patch)
tree4a0da02f99913e0d52acd52067ad5a7be29e99a3 /nsprpub/pr/include/prinit.h
parent13e9a0c06d35bb02d211df873c105a350aeab8eb (diff)
downloaduxp-7c728b3c7680662fc4e92b5d03697b8339560b08.tar.gz
Update NSPR to 4.16
Diffstat (limited to 'nsprpub/pr/include/prinit.h')
-rw-r--r--nsprpub/pr/include/prinit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nsprpub/pr/include/prinit.h b/nsprpub/pr/include/prinit.h
index e27fc34d05..fd935ec309 100644
--- a/nsprpub/pr/include/prinit.h
+++ b/nsprpub/pr/include/prinit.h
@@ -31,10 +31,10 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.13.1"
+#define PR_VERSION "4.16"
#define PR_VMAJOR 4
-#define PR_VMINOR 13
-#define PR_VPATCH 1
+#define PR_VMINOR 16
+#define PR_VPATCH 0
#define PR_BETA PR_FALSE
/*