зеркало из https://github.com/mozilla/gecko-dev.git
Changing beta flag to RTM.
This commit is contained in:
Родитель
e48bd1c35a
Коммит
df9ef8a155
|
@ -56,7 +56,7 @@ import org.mozilla.jss.provider.java.security.JSSMessageDigestSpi;
|
|||
* Initialization is done with static methods, and must be done before
|
||||
* an instance can be created. All other operations are done with instance
|
||||
* methods.
|
||||
* @version $Revision: 1.31 $ $Date: 2004/12/07 23:46:39 $
|
||||
* @version $Revision: 1.32 $ $Date: 2005/04/19 22:53:45 $
|
||||
*/
|
||||
public final class CryptoManager implements TokenSupplier
|
||||
{
|
||||
|
@ -1312,7 +1312,7 @@ public final class CryptoManager implements TokenSupplier
|
|||
/********************************************************************/
|
||||
|
||||
public static final String
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_1_BETA";
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_1_RTM";
|
||||
public static final String
|
||||
JAR_JDK_VERSION = "JDK_VERSION = N/A";
|
||||
public static final String
|
||||
|
|
|
@ -44,10 +44,10 @@
|
|||
* The format of the version string should be
|
||||
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||
*/
|
||||
#define JSS_VERSION "4.1 Beta"
|
||||
#define JSS_VERSION "4.1"
|
||||
#define JSS_VMAJOR 4
|
||||
#define JSS_VMINOR 1
|
||||
#define JSS_VPATCH 0
|
||||
#define JSS_BETA PR_TRUE
|
||||
#define JSS_BETA PR_FALSE
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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.39 2005/03/30 00:22:36 wtchang%redhat.com Exp $ */
|
||||
/* $Id: nss.h,v 1.40 2005/04/19 22:53:46 christophe.ravel.bugs%sun.com Exp $ */
|
||||
|
||||
#ifndef __nss_h_
|
||||
#define __nss_h_
|
||||
|
@ -52,11 +52,11 @@ SEC_BEGIN_PROTOS
|
|||
* The format of the version string should be
|
||||
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||
*/
|
||||
#define NSS_VERSION "3.10 Beta 3"
|
||||
#define NSS_VERSION "3.10"
|
||||
#define NSS_VMAJOR 3
|
||||
#define NSS_VMINOR 10
|
||||
#define NSS_VPATCH 0
|
||||
#define NSS_BETA PR_TRUE
|
||||
#define NSS_BETA PR_FALSE
|
||||
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче