From 996918a8942606b640279bcd69ef4fec18e28844 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Fri, 12 Feb 2016 14:51:25 +0100 Subject: Change version numbers to 4.12 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 fa9a43e1..523c2b97 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.12 Beta" +#define PR_VERSION "4.12" #define PR_VMAJOR 4 #define PR_VMINOR 12 #define PR_VPATCH 0 -#define PR_BETA PR_TRUE +#define PR_BETA PR_FALSE /* ** PRVersionCheck -- cgit v1.2.1