Change NSPR version to 4.8.8 Beta.
git-svn-id: svn://10.0.0.236/trunk@261730 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -64,10 +64,10 @@
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
FROMTOP=/share/builds/components/nspr20/v4.8.7
|
||||
TOTOP=./v4.8.7
|
||||
NSPRDIR=nspr-4.8.7
|
||||
SOURCETAG=NSPR_4_8_7_RTM
|
||||
FROMTOP=/share/builds/components/nspr20/v4.8.8
|
||||
TOTOP=./v4.8.8
|
||||
NSPRDIR=nspr-4.8.8
|
||||
SOURCETAG=NSPR_4_8_8_RTM
|
||||
|
||||
#
|
||||
# enumerate Unix object directories on /s/b/c
|
||||
|
||||
2
mozilla/nsprpub/configure
vendored
2
mozilla/nsprpub/configure
vendored
@@ -713,7 +713,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
MOD_MAJOR_VERSION=4
|
||||
MOD_MINOR_VERSION=8
|
||||
MOD_PATCH_VERSION=7
|
||||
MOD_PATCH_VERSION=8
|
||||
NSPR_MODNAME=nspr20
|
||||
_HAVE_PTHREADS=
|
||||
USE_PTHREADS=
|
||||
|
||||
@@ -50,7 +50,7 @@ dnl = Defaults
|
||||
dnl ========================================================
|
||||
MOD_MAJOR_VERSION=4
|
||||
MOD_MINOR_VERSION=8
|
||||
MOD_PATCH_VERSION=7
|
||||
MOD_PATCH_VERSION=8
|
||||
NSPR_MODNAME=nspr20
|
||||
_HAVE_PTHREADS=
|
||||
USE_PTHREADS=
|
||||
|
||||
@@ -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.8.7"
|
||||
#define PR_VERSION "4.8.8 Beta"
|
||||
#define PR_VMAJOR 4
|
||||
#define PR_VMINOR 8
|
||||
#define PR_VPATCH 7
|
||||
#define PR_BETA PR_FALSE
|
||||
#define PR_VPATCH 8
|
||||
#define PR_BETA PR_TRUE
|
||||
|
||||
/*
|
||||
** PRVersionCheck
|
||||
|
||||
@@ -52,9 +52,9 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* This release (4.8.7) is backward compatible with the
|
||||
* This release (4.8.8) 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, 4.8.1, 4.8.2, 4.8.3, 4.8.4, 4.8.5, and 4.8.6 releases.
|
||||
* 4.8, 4.8.1, 4.8.2, 4.8.3, 4.8.4, 4.8.5, 4.8.6 and 4.8.7 releases.
|
||||
* It, of course, is compatible with itself.
|
||||
*/
|
||||
static char *compatible_version[] = {
|
||||
@@ -66,7 +66,7 @@ static char *compatible_version[] = {
|
||||
"4.7", "4.7.1", "4.7.2", "4.7.3", "4.7.4", "4.7.5",
|
||||
"4.7.6",
|
||||
"4.8", "4.8.1", "4.8.2", "4.8.3", "4.8.4", "4.8.5",
|
||||
"4.8.6", PR_VERSION
|
||||
"4.8.6", "4.8.7", PR_VERSION
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user