Unset Beta flag to sync up JSS 4.1.1 RTM with NSS 3.10.2 RTM build date.

This commit is contained in:
christophe.ravel.bugs%sun.com 2005-09-21 21:06:54 +00:00
Родитель 0a433e1dd2
Коммит 3f8cd3784d
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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.35 $ $Date: 2005/08/24 23:39:12 $
* @version $Revision: 1.36 $ $Date: 2005/09/21 21:06:54 $
*/
public final class CryptoManager implements TokenSupplier
{
@ -1315,7 +1315,7 @@ public final class CryptoManager implements TokenSupplier
public static final String
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_1_1_BETA";
JAR_JSS_VERSION = "JSS_VERSION = JSS_4_1_1_RTM";
public static final String
JAR_JDK_VERSION = "JDK_VERSION = N/A";
public static final String

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

@ -56,10 +56,10 @@
/* */
/********************************************************************/
#define JSS_VERSION "4.1.1 Beta"
#define JSS_VERSION "4.1.1"
#define JSS_VMAJOR 4
#define JSS_VMINOR 1
#define JSS_VPATCH 1
#define JSS_BETA PR_TRUE
#define JSS_BETA PR_FALSE
#endif