From 43d8e561c10c1fa34f10ed28d965d1d276844de5 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Wed, 21 Jun 2017 17:23:19 +0200 Subject: set version numbers to 4.15.1 beta DONTBUILD --- configure | 2 +- configure.in | 2 +- pr/include/prinit.h | 6 +++--- pr/tests/vercheck.c | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure b/configure index 959cf3bb..313fd104 100755 --- a/configure +++ b/configure @@ -2489,7 +2489,7 @@ test -n "$target_alias" && MOD_MAJOR_VERSION=4 MOD_MINOR_VERSION=15 -MOD_PATCH_VERSION=0 +MOD_PATCH_VERSION=1 NSPR_MODNAME=nspr20 _HAVE_PTHREADS= USE_PTHREADS= diff --git a/configure.in b/configure.in index dc14ee51..6c18af24 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl = Defaults dnl ======================================================== MOD_MAJOR_VERSION=4 MOD_MINOR_VERSION=15 -MOD_PATCH_VERSION=0 +MOD_PATCH_VERSION=1 NSPR_MODNAME=nspr20 _HAVE_PTHREADS= USE_PTHREADS= diff --git a/pr/include/prinit.h b/pr/include/prinit.h index d3f2b7b2..77509464 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 ** ".[.] []" */ -#define PR_VERSION "4.15" +#define PR_VERSION "4.15.1 Beta" #define PR_VMAJOR 4 #define PR_VMINOR 15 -#define PR_VPATCH 0 -#define PR_BETA PR_FALSE +#define PR_VPATCH 1 +#define PR_BETA PR_TRUE /* ** PRVersionCheck diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c index dceb84ec..fe242cc1 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.14" + "4.10.10", "4.11", "4.12", "4.13", "4.14", "4.15", 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.15.1", + "4.15.2", "4.16", "4.16.1", "10.0", "11.1", "12.14.20" }; -- cgit v1.2.1