Change the version to 4.3 RTM.

git-svn-id: svn://10.0.0.236/trunk@256725 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
christophe.ravel.bugs%sun.com
2009-03-27 21:34:58 +00:00
parent 783e7cf08c
commit d3054d1a2c
2 changed files with 4 additions and 4 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.52 $ $Date: 2008-05-23 17:51:35 $
* @version $Revision: 1.53 $ $Date: 2009-03-27 21:34:49 $
*/
public final class CryptoManager implements TokenSupplier
{
@@ -1422,7 +1422,7 @@ public final class CryptoManager implements TokenSupplier
public static final String
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_3_BETA";
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_3_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.3 Beta"
#define JSS_VERSION "4.3"
#define JSS_VMAJOR 4
#define JSS_VMINOR 3
#define JSS_VPATCH 0
#define JSS_BETA PR_TRUE
#define JSS_BETA PR_FALSE
#endif