Change the version of NSS to 3.12.7 Beta on the trunk.
git-svn-id: svn://10.0.0.236/trunk@260045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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.78 2010-03-02 02:53:04 christophe.ravel.bugs%sun.com Exp $ */
|
||||
/* $Id: nss.h,v 1.79 2010-03-26 22:31:18 christophe.ravel.bugs%sun.com Exp $ */
|
||||
|
||||
#ifndef __nss_h_
|
||||
#define __nss_h_
|
||||
@@ -66,12 +66,12 @@
|
||||
* The format of the version string should be
|
||||
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
|
||||
*/
|
||||
#define NSS_VERSION "3.12.6.2" _NSS_ECC_STRING _NSS_CUSTOMIZED
|
||||
#define NSS_VERSION "3.12.7.0" _NSS_ECC_STRING _NSS_CUSTOMIZED " Beta"
|
||||
#define NSS_VMAJOR 3
|
||||
#define NSS_VMINOR 12
|
||||
#define NSS_VPATCH 6
|
||||
#define NSS_VBUILD 2
|
||||
#define NSS_BETA PR_FALSE
|
||||
#define NSS_VPATCH 7
|
||||
#define NSS_VBUILD 0
|
||||
#define NSS_BETA PR_TRUE
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
|
||||
|
||||
@@ -51,11 +51,11 @@
|
||||
* The format of the version string should be
|
||||
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
|
||||
*/
|
||||
#define NSSUTIL_VERSION "3.12.6.2"
|
||||
#define NSSUTIL_VERSION "3.12.7.0 Beta"
|
||||
#define NSSUTIL_VMAJOR 3
|
||||
#define NSSUTIL_VMINOR 12
|
||||
#define NSSUTIL_VPATCH 6
|
||||
#define NSSUTIL_VBUILD 2
|
||||
#define NSSUTIL_BETA PR_FALSE
|
||||
#define NSSUTIL_VPATCH 7
|
||||
#define NSSUTIL_VBUILD 0
|
||||
#define NSSUTIL_BETA PR_TRUE
|
||||
|
||||
#endif /* __nssutil_h_ */
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
CORE_DEPTH = ..
|
||||
DEPTH = ..
|
||||
|
||||
IMPORTS = nspr20/v4.7 \
|
||||
IMPORTS = nspr20/v4.8 \
|
||||
$(NULL)
|
||||
|
||||
RELEASE = nss
|
||||
|
||||
Reference in New Issue
Block a user