From 176c2ba64e6a15fbe0b78e62ec143095f0cf7cc1 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Tue, 15 Oct 2019 16:21:38 +0200 Subject: set version number to 4.23 RTM --- pr/include/prinit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pr/include/prinit.h b/pr/include/prinit.h index a9327bc3..6de1d1e9 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.23 Beta" +#define PR_VERSION "4.23" #define PR_VMAJOR 4 #define PR_VMINOR 23 #define PR_VPATCH 0 -#define PR_BETA PR_TRUE +#define PR_BETA PR_FALSE /* ** PRVersionCheck -- cgit v1.2.1