Set JSS version to 4.2.6 Beta.

git-svn-id: svn://10.0.0.236/trunk@227349 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
christophe.ravel.bugs%sun.com
2007-05-31 20:10:43 +00:00
parent b6b3fe39e4
commit a8e759e06f
2 changed files with 5 additions and 5 deletions

View File

@@ -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.48 $ $Date: 2007-05-09 00:28:30 $
* @version $Revision: 1.49 $ $Date: 2007-05-31 20:10:43 $
*/
public final class CryptoManager implements TokenSupplier
{
@@ -1318,7 +1318,7 @@ public final class CryptoManager implements TokenSupplier
public static final String
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_2_5_RTM";
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_2_6_RTM";
public static final String
JAR_JDK_VERSION = "JDK_VERSION = N/A";
public static final String

View File

@@ -57,10 +57,10 @@
/* */
/********************************************************************/
#define JSS_VERSION "4.2.5"
#define JSS_VERSION "4.2.6 Beta"
#define JSS_VMAJOR 4
#define JSS_VMINOR 2
#define JSS_VPATCH 5
#define JSS_BETA PR_FALSE
#define JSS_VPATCH 6
#define JSS_BETA PR_TRUE
#endif