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
This commit is contained in:
christophe.ravel.bugs%sun.com
2009-03-27 21:42:54 +00:00
parent d3054d1a2c
commit 4803efc97c

View File

@@ -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
* "<major version>.<minor version>[.<patch level>][ <ECC>][ <Beta>]"
*/
#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