From 4803efc97cf8018fd338c2eb5eddcb25dbc93c08 Mon Sep 17 00:00:00 2001 From: "christophe.ravel.bugs%sun.com" Date: Fri, 27 Mar 2009 21:42:54 +0000 Subject: [PATCH] Change version to 3.12.3 RTM (for NSS 3.12.3 RC0). git-svn-id: svn://10.0.0.236/trunk@256726 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/nss/nss.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/security/nss/lib/nss/nss.h b/mozilla/security/nss/lib/nss/nss.h index 98d8a7c8783..58d19b7d937 100644 --- a/mozilla/security/nss/lib/nss/nss.h +++ b/mozilla/security/nss/lib/nss/nss.h @@ -36,7 +36,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -/* $Id: nss.h,v 1.63 2008-11-20 04:39:58 nelson%bolyard.com Exp $ */ +/* $Id: nss.h,v 1.64 2009-03-27 21:42:54 christophe.ravel.bugs%sun.com Exp $ */ #ifndef __nss_h_ #define __nss_h_ @@ -66,11 +66,11 @@ * The format of the version string should be * ".[.][ ][ ]" */ -#define NSS_VERSION "3.12.3" _NSS_ECC_STRING " Beta" _NSS_CUSTOMIZED +#define NSS_VERSION "3.12.3" _NSS_ECC_STRING _NSS_CUSTOMIZED #define NSS_VMAJOR 3 #define NSS_VMINOR 12 #define NSS_VPATCH 3 -#define NSS_BETA PR_TRUE +#define NSS_BETA PR_FALSE #ifndef RC_INVOKED