summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2015-08-19 17:57:04 +0200
committerKai Engert <kaie@kuix.de>2015-08-19 17:57:04 +0200
commitc5c4d88cb54d4eea127d7c21408b74917a1027d6 (patch)
treeb2a0255f0b7e3ffc01b055774b5450fbb7e04cbd
parentb2d69db7eade8d713805ec08e4a01ba1c552cfc5 (diff)
downloadnspr-hg-c5c4d88cb54d4eea127d7c21408b74917a1027d6.tar.gz
set version to 4.10.10 beta
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--pr/include/prinit.h6
-rw-r--r--pr/tests/vercheck.c8
4 files changed, 9 insertions, 9 deletions
diff --git a/configure b/configure
index f57867b1..09c56bfe 100755
--- a/configure
+++ b/configure
@@ -2489,7 +2489,7 @@ test -n "$target_alias" &&
MOD_MAJOR_VERSION=4
MOD_MINOR_VERSION=10
-MOD_PATCH_VERSION=9
+MOD_PATCH_VERSION=10
NSPR_MODNAME=nspr20
_HAVE_PTHREADS=
USE_PTHREADS=
diff --git a/configure.in b/configure.in
index 1b85637d..836a9144 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ dnl = Defaults
dnl ========================================================
MOD_MAJOR_VERSION=4
MOD_MINOR_VERSION=10
-MOD_PATCH_VERSION=9
+MOD_PATCH_VERSION=10
NSPR_MODNAME=nspr20
_HAVE_PTHREADS=
USE_PTHREADS=
diff --git a/pr/include/prinit.h b/pr/include/prinit.h
index 5b352e73..bae783f7 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.10.9"
+#define PR_VERSION "4.10.10 Beta"
#define PR_VMAJOR 4
#define PR_VMINOR 10
-#define PR_VPATCH 9
-#define PR_BETA PR_FALSE
+#define PR_VPATCH 10
+#define PR_BETA PR_TRUE
/*
** PRVersionCheck
diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c
index f5960284..5cb2c465 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.c
@@ -20,10 +20,10 @@
#include <stdlib.h>
/*
- * This release (4.10.7) is backward compatible with the
+ * This release (4.10.10) is backward compatible with the
* 4.0.x, 4.1.x, 4.2.x, 4.3.x, 4.4.x, 4.5.x, 4.6.x, 4.7.x,
* 4.8.x, 4.9.x, 4.10, 4.10.1, 4.10.2, 4.10.3, 4.10.4,
- * 4.10.5, 4.10.6, 4.10.7 and 4.10.8 releases.
+ * 4.10.5, 4.10.6, 4.10.7, 4.10.8, 4.10.9 releases.
* It, of course, is compatible with itself.
*/
static char *compatible_version[] = {
@@ -39,7 +39,7 @@ static char *compatible_version[] = {
"4.9", "4.9.1", "4.9.2", "4.9.3", "4.9.4", "4.9.5",
"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.5", "4.10.6", "4.10.7", "4.10.8", "4.10.9",
PR_VERSION
};
@@ -55,7 +55,7 @@ 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.10.10",
+ "4.10.11",
"4.11", "4.11.1",
"10.0", "11.1", "12.14.20"
};