From c7d49ba898f943e315f23a7e5732d9a17b04d45b Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Thu, 24 Nov 2022 21:13:50 +0100 Subject: set version to 4.36 beta --- configure | 2 +- configure.in | 2 +- pr/include/prinit.h | 6 +++--- pr/tests/vercheck.c | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 6343ec7f..841fcdd1 100755 --- a/configure +++ b/configure @@ -2486,7 +2486,7 @@ test -n "$target_alias" && program_prefix=${target_alias}- MOD_MAJOR_VERSION=4 -MOD_MINOR_VERSION=35 +MOD_MINOR_VERSION=36 MOD_PATCH_VERSION=0 NSPR_MODNAME=nspr20 _HAVE_PTHREADS= diff --git a/configure.in b/configure.in index 7d444668..4c1962bc 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ dnl ======================================================== dnl = Defaults dnl ======================================================== MOD_MAJOR_VERSION=4 -MOD_MINOR_VERSION=35 +MOD_MINOR_VERSION=36 MOD_PATCH_VERSION=0 NSPR_MODNAME=nspr20 _HAVE_PTHREADS= diff --git a/pr/include/prinit.h b/pr/include/prinit.h index 9f3be5c0..6bd9b704 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.35" +#define PR_VERSION "4.36 Beta" #define PR_VMAJOR 4 -#define PR_VMINOR 35 +#define PR_VMINOR 36 #define PR_VPATCH 0 -#define PR_BETA PR_FALSE +#define PR_BETA PR_TRUE /* ** PRVersionCheck diff --git a/pr/tests/vercheck.c b/pr/tests/vercheck.c index 95bda452..ff001d98 100644 --- a/pr/tests/vercheck.c +++ b/pr/tests/vercheck.c @@ -42,7 +42,7 @@ static char *compatible_version[] = { "4.10.10", "4.11", "4.12", "4.13", "4.14", "4.15", "4.16", "4.17", "4.18", "4.19", "4.20", "4.21", "4.22", "4.23", "4.24", "4.25", "4,26", "4.27", "4.28", "4.29", - "4.30", "4.31", "4.32", "4.33", "4.34", + "4.30", "4.31", "4.32", "4.33", "4.34", "4.35", PR_VERSION }; @@ -58,8 +58,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.35.1", - "4.36", "4.36.1", + "4.36.1", + "4.37", "4.37.1", "10.0", "11.1", "12.14.20" }; -- cgit v1.2.1