зеркало из https://github.com/mozilla/pjs.git
Set JSS version to 3.5.
Modified Files: org/mozilla/jss/CryptoManager.java org/mozilla/jss/util/jssver.h pkg/solaris/Makefile.com
This commit is contained in:
Родитель
5bf5f4d3d8
Коммит
37d598af3d
|
@ -53,7 +53,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.24 $ $Date: 2003-12-19 05:08:34 $
|
||||
* @version $Revision: 1.25 $ $Date: 2004-01-16 00:50:20 $
|
||||
*/
|
||||
public final class CryptoManager implements TokenSupplier
|
||||
{
|
||||
|
@ -1309,15 +1309,15 @@ public final class CryptoManager implements TokenSupplier
|
|||
/********************************************************************/
|
||||
|
||||
public static final String
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_3_5_BETA";
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_3_5_RTM";
|
||||
public static final String
|
||||
JAR_JDK_VERSION = "JDK_VERSION = N/A";
|
||||
public static final String
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_7_9_RTM";
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_9_RTM";
|
||||
public static final String
|
||||
JAR_DBM_VERSION = "DBM_VERSION = N/A";
|
||||
public static final String
|
||||
JAR_NSPR_VERSION = "NSPR_VERSION = NSPRPUB_RELEASE_4_2_2";
|
||||
JAR_NSPR_VERSION = "NSPR_VERSION = NSPR_4_4_1_RTM";
|
||||
|
||||
/**
|
||||
* Loads the JSS dynamic library if necessary.
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
* The format of the version string should be
|
||||
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||
*/
|
||||
#define JSS_VERSION "3.5 Beta"
|
||||
#define JSS_VERSION "3.5"
|
||||
#define JSS_VMAJOR 3
|
||||
#define JSS_VMINOR 5
|
||||
#define JSS_VPATCH 0
|
||||
#define JSS_BETA PR_TRUE
|
||||
#define JSS_BETA PR_FALSE
|
||||
|
||||
#endif
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
#ident "$Id: Makefile.com,v 1.3 2003-01-14 20:26:35 glen.beasley%sun.com Exp $"
|
||||
#ident "$Id: Makefile.com,v 1.4 2004-01-16 00:50:21 wchang0222%aol.com Exp $"
|
||||
#
|
||||
|
||||
MACH = $(shell mach)
|
||||
|
@ -20,8 +20,8 @@ FILES = $(DATAFILES) pkginfo prototype
|
|||
|
||||
PACKAGE = $(shell basename `pwd`)
|
||||
|
||||
PRODUCT_VERSION = 3.3
|
||||
PRODUCT_NAME = JSS_3_3_RTM
|
||||
PRODUCT_VERSION = 3.5
|
||||
PRODUCT_NAME = JSS_3_5_RTM
|
||||
|
||||
LN = /usr/bin/ln
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче