From e9d5199b9b30734ff0ce5fc9f75ddb309d6c9889 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Thu, 23 Jul 2020 15:54:12 +0200 Subject: Set version numbers to 4.27 final. DONTBUILD --- 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 5612a38a..0684ba86 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.27 Beta" +#define PR_VERSION "4.27" #define PR_VMAJOR 4 #define PR_VMINOR 27 #define PR_VPATCH 0 -#define PR_BETA PR_TRUE +#define PR_BETA PR_FALSE /* ** PRVersionCheck -- cgit v1.2.1