зеркало из https://github.com/mozilla/pjs.git
NSS 3.9.3 / JSS 4.0 release candidate.
Change NSS Beta flag to false Change JSS Beta flag to false Code freeze.
This commit is contained in:
Родитель
87eb05838c
Коммит
4b06128d8d
|
@ -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.28 $ $Date: 2004-08-25 18:05:04 $
|
||||
* @version $Revision: 1.29 $ $Date: 2004-09-22 21:56:36 $
|
||||
*/
|
||||
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_0_BETA";
|
||||
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_0_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.0 Beta"
|
||||
#define JSS_VERSION "4.0"
|
||||
#define JSS_VMAJOR 4
|
||||
#define JSS_VMINOR 0
|
||||
#define JSS_VPATCH 0
|
||||
#define JSS_BETA PR_TRUE
|
||||
#define JSS_BETA PR_FALSE
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче