From d5e4e1031a39521a4db108e6c823dc295c40aeed Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 18 Nov 2015 13:36:52 +0100 Subject: Set version number to 4.11 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 eb4241ca..93749e63 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.11 Beta" +#define PR_VERSION "4.11" #define PR_VMAJOR 4 #define PR_VMINOR 11 #define PR_VPATCH 0 -#define PR_BETA PR_TRUE +#define PR_BETA PR_FALSE /* ** PRVersionCheck -- cgit v1.2.1