Start NSS 3.12.6 Beta.
git-svn-id: svn://10.0.0.236/trunk@259047 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9570d0fc64
commit
14a1b60a65
@ -36,7 +36,7 @@
|
|||||||
* the terms of any one of the MPL, the GPL or the LGPL.
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
*
|
*
|
||||||
* ***** END LICENSE BLOCK ***** */
|
* ***** END LICENSE BLOCK ***** */
|
||||||
/* $Id: nss.h,v 1.73 2009-11-18 19:14:46 christophe.ravel.bugs%sun.com Exp $ */
|
/* $Id: nss.h,v 1.74 2009-11-20 20:15:05 christophe.ravel.bugs%sun.com Exp $ */
|
||||||
|
|
||||||
#ifndef __nss_h_
|
#ifndef __nss_h_
|
||||||
#define __nss_h_
|
#define __nss_h_
|
||||||
@ -66,12 +66,12 @@
|
|||||||
* The format of the version string should be
|
* The format of the version string should be
|
||||||
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
|
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
|
||||||
*/
|
*/
|
||||||
#define NSS_VERSION "3.12.5.0" _NSS_ECC_STRING _NSS_CUSTOMIZED
|
#define NSS_VERSION "3.12.6.0" _NSS_ECC_STRING _NSS_CUSTOMIZED " Beta"
|
||||||
#define NSS_VMAJOR 3
|
#define NSS_VMAJOR 3
|
||||||
#define NSS_VMINOR 12
|
#define NSS_VMINOR 12
|
||||||
#define NSS_VPATCH 5
|
#define NSS_VPATCH 6
|
||||||
#define NSS_VBUILD 0
|
#define NSS_VBUILD 0
|
||||||
#define NSS_BETA PR_FALSE
|
#define NSS_BETA PR_TRUE
|
||||||
|
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
|
|
||||||
|
|||||||
@ -51,11 +51,11 @@
|
|||||||
* The format of the version string should be
|
* The format of the version string should be
|
||||||
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
|
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
|
||||||
*/
|
*/
|
||||||
#define NSSUTIL_VERSION "3.12.5.0"
|
#define NSSUTIL_VERSION "3.12.6.0 Beta"
|
||||||
#define NSSUTIL_VMAJOR 3
|
#define NSSUTIL_VMAJOR 3
|
||||||
#define NSSUTIL_VMINOR 12
|
#define NSSUTIL_VMINOR 12
|
||||||
#define NSSUTIL_VPATCH 5
|
#define NSSUTIL_VPATCH 6
|
||||||
#define NSSUTIL_VBUILD 0
|
#define NSSUTIL_VBUILD 0
|
||||||
#define NSSUTIL_BETA PR_FALSE
|
#define NSSUTIL_BETA PR_TRUE
|
||||||
|
|
||||||
#endif /* __nssutil_h_ */
|
#endif /* __nssutil_h_ */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user