summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-03-16 15:54:56 +0100
committerKai Engert <kaie@kuix.de>2017-03-16 15:54:56 +0100
commit9e14367b36b98ed3c690a572bf9d354161797b91 (patch)
treebb6c6da2753ce746f9d2180741b931fd58f5da96
parentdda8344bebbcdb9c5084e8f7e74a74362a994c9a (diff)
downloadnspr-hg-NSPR_4_15_BETA1.tar.gz
set version numbers to NSPR 4.15 beta, DONTBUILDNSPR_4_15_BETA1
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--pr/include/prinit.h4
-rw-r--r--pr/tests/vercheck.c6
4 files changed, 7 insertions, 7 deletions
diff --git a/configure b/configure
index 8300a41c..f7036ff4 100755
--- a/configure
+++ b/configure
@@ -2488,7 +2488,7 @@ test -n "$target_alias" &&
program_prefix=${target_alias}-
MOD_MAJOR_VERSION=4
-MOD_MINOR_VERSION=14
+MOD_MINOR_VERSION=15
MOD_PATCH_VERSION=0
NSPR_MODNAME=nspr20
_HAVE_PTHREADS=
diff --git a/configure.in b/configure.in
index b2b78b45..395fe2a8 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@ dnl ========================================================
dnl = Defaults
dnl ========================================================
MOD_MAJOR_VERSION=4
-MOD_MINOR_VERSION=14
+MOD_MINOR_VERSION=15
MOD_PATCH_VERSION=0
NSPR_MODNAME=nspr20
_HAVE_PTHREADS=
diff --git a/pr/include/prinit.h b/pr/include/prinit.h
index 65a99497..3b8c4bd6 100644
--- a/pr/include/prinit.h
+++ b/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.14 Beta"
+#define PR_VERSION "4.15 Beta"
#define PR_VMAJOR 4
-#define PR_VMINOR 14
+#define PR_VMINOR 15
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c
index bb83d36c..dceb84ec 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.c
@@ -39,7 +39,7 @@ static char *compatible_version[] = {
"4.9.6",
"4.10", "4.10.1", "4.10.2", "4.10.3", "4.10.4",
"4.10.5", "4.10.6", "4.10.7", "4.10.8", "4.10.9",
- "4.10.10", "4.11", "4.12", "4.13",
+ "4.10.10", "4.11", "4.12", "4.13", "4.14"
PR_VERSION
};
@@ -55,8 +55,8 @@ static char *incompatible_version[] = {
"3.0", "3.0.1",
"3.1", "3.1.1", "3.1.2", "3.1.3",
"3.5", "3.5.1",
- "4.14.1",
- "4.15", "4.15.1",
+ "4.15.1",
+ "4.16", "4.16.1",
"10.0", "11.1", "12.14.20"
};