From 100ccfcc6e2d63e46012e436353200c368a43d4b Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Mon, 12 Sep 2022 13:40:15 +0200 Subject: set version to 4.35 final --- 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 ddb7ac44..9f3be5c0 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 Beta" +#define PR_VERSION "4.35" #define PR_VMAJOR 4 #define PR_VMINOR 35 #define PR_VPATCH 0 -#define PR_BETA PR_TRUE +#define PR_BETA PR_FALSE /* ** PRVersionCheck -- cgit v1.2.1