summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2009-04-07 01:16:58 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2009-04-07 01:16:58 +0000
commitd15513d620c322b14f3bd1a0f8928a58b7e701f1 (patch)
tree39cadd1db9f2afaeb3bec19b6e4fac8982d8d807
parent659b4ad73599ad2182e86f48a9399fd306d8363e (diff)
downloadnspr-hg-d15513d620c322b14f3bd1a0f8928a58b7e701f1.tar.gz
Set version of NSPR to 4.7.5 Beta.
-rwxr-xr-xadmin/repackage.sh8
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--pr/include/prinit.h6
-rw-r--r--pr/tests/vercheck.c2
5 files changed, 10 insertions, 10 deletions
diff --git a/admin/repackage.sh b/admin/repackage.sh
index 187279ef..4057106a 100755
--- a/admin/repackage.sh
+++ b/admin/repackage.sh
@@ -64,10 +64,10 @@
#
# ------------------------------------------------------------------
-FROMTOP=/share/builds/components/nspr20/v4.7.4
-TOTOP=./v4.7.4
-NSPRDIR=nspr-4.7.4
-SOURCETAG=NSPR_4_7_4_RTM
+FROMTOP=/share/builds/components/nspr20/v4.7.5
+TOTOP=./v4.7.5
+NSPRDIR=nspr-4.7.5
+SOURCETAG=NSPR_4_7_5_RTM
#
# enumerate Unix object directories on /s/b/c
diff --git a/configure b/configure
index af611e4f..f95a253e 100755
--- a/configure
+++ b/configure
@@ -689,7 +689,7 @@ test "$host_alias" != "$target_alias" &&
MOD_MAJOR_VERSION=4
MOD_MINOR_VERSION=7
-MOD_PATCH_VERSION=4
+MOD_PATCH_VERSION=5
NSPR_MODNAME=nspr20
_HAVE_PTHREADS=
USE_PTHREADS=
diff --git a/configure.in b/configure.in
index e0dc3568..a91f4d6e 100644
--- a/configure.in
+++ b/configure.in
@@ -50,7 +50,7 @@ dnl = Defaults
dnl ========================================================
MOD_MAJOR_VERSION=4
MOD_MINOR_VERSION=7
-MOD_PATCH_VERSION=4
+MOD_PATCH_VERSION=5
NSPR_MODNAME=nspr20
_HAVE_PTHREADS=
USE_PTHREADS=
diff --git a/pr/include/prinit.h b/pr/include/prinit.h
index 524105a7..05bb8aee 100644
--- a/pr/include/prinit.h
+++ b/pr/include/prinit.h
@@ -63,11 +63,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.7.4"
+#define PR_VERSION "4.7.5 Beta"
#define PR_VMAJOR 4
#define PR_VMINOR 7
-#define PR_VPATCH 4
-#define PR_BETA PR_FALSE
+#define PR_VPATCH 5
+#define PR_BETA PR_TRUE
/*
** PRVersionCheck
diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c
index 488ee574..1ad4f16e 100644
--- a/pr/tests/vercheck.c
+++ b/pr/tests/vercheck.c
@@ -63,7 +63,7 @@ static char *compatible_version[] = {
"4.5", "4.5.1",
"4.6", "4.6.1", "4.6.2", "4.6.3", "4.6.4", "4.6.5",
"4.6.6", "4.6.7", "4.6.8",
- "4.7", "4.7.1", "4.7.2", "4.7.3", PR_VERSION
+ "4.7", "4.7.1", "4.7.2", "4.7.3", "4.7.4", PR_VERSION
};
/*