зеркало из https://github.com/mozilla/pjs.git
update version strings.
This commit is contained in:
Родитель
61ebc61640
Коммит
57d337308c
|
@ -52,7 +52,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.12 $ $Date: 2002-08-27 21:46:13 $
|
||||
* @version $Revision: 1.13 $ $Date: 2002-10-18 23:58:58 $
|
||||
*/
|
||||
public final class CryptoManager implements TokenSupplier
|
||||
{
|
||||
|
@ -1302,15 +1302,15 @@ public final class CryptoManager implements TokenSupplier
|
|||
/********************************************************************/
|
||||
|
||||
public static final String
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_3_2";
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_3_3";
|
||||
public static final String
|
||||
JAR_JDK_VERSION = "JDK_VERSION = N/A";
|
||||
public static final String
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_4_2_RTM";
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_6_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";
|
||||
JAR_NSPR_VERSION = "NSPR_VERSION = NSPRPUB_RELEASE_4_2_2";
|
||||
|
||||
/**
|
||||
* 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.2"
|
||||
#define JSS_VERSION "3.3"
|
||||
#define JSS_VMAJOR 3
|
||||
#define JSS_VMINOR 2
|
||||
#define JSS_VMINOR 3
|
||||
#define JSS_VPATCH 0
|
||||
#define JSS_BETA PR_FALSE
|
||||
#define JSS_BETA PR_TRUE
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче