This commit is contained in:
christophe.ravel.bugs%sun.com 2004-12-07 23:46:40 +00:00
Родитель 95a501ff3c
Коммит 7115486487
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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.30 $ $Date: 2004/12/01 01:19:58 $
* @version $Revision: 1.31 $ $Date: 2004/12/07 23:46:39 $
*/
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_1_BETA";
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_1_BETA";
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.1 Beta"
#define JSS_VERSION "4.1 Beta"
#define JSS_VMAJOR 4
#define JSS_VMINOR 0
#define JSS_VPATCH 1
#define JSS_VMINOR 1
#define JSS_VPATCH 0
#define JSS_BETA PR_TRUE
#endif