зеркало из https://github.com/mozilla/gecko-dev.git
Unset Beta flag to sync up JSS 4.1.1 RTM with NSS 3.10.2 RTM build date.
This commit is contained in:
Родитель
0a433e1dd2
Коммит
3f8cd3784d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче