зеркало из https://github.com/mozilla/gecko-dev.git
Fix 180827: Update version strings for JSS 3.3.
This commit is contained in:
Родитель
e65d4f0690
Коммит
f5c66b92aa
|
@ -35,7 +35,7 @@ CORE_DEPTH = ..
|
|||
|
||||
MODULE = jss
|
||||
|
||||
IMPORTS = nss/NSS_3_6_RTM \
|
||||
IMPORTS = nss/NSS_3_6_1_RTM \
|
||||
nspr20/v4.2.2 \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -52,7 +52,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.14 $ $Date: 2002/11/07 03:33:04 $
|
||||
* @version $Revision: 1.15 $ $Date: 2002/12/13 06:12:28 $
|
||||
*/
|
||||
public final class CryptoManager implements TokenSupplier
|
||||
{
|
||||
|
@ -1306,7 +1306,7 @@ public final class CryptoManager implements TokenSupplier
|
|||
public static final String
|
||||
JAR_JDK_VERSION = "JDK_VERSION = N/A";
|
||||
public static final String
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_6_RTM";
|
||||
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_6_1_RTM";
|
||||
public static final String
|
||||
JAR_DBM_VERSION = "DBM_VERSION = N/A";
|
||||
public static final String
|
||||
|
|
|
@ -45,6 +45,6 @@
|
|||
#define JSS_VMAJOR 3
|
||||
#define JSS_VMINOR 3
|
||||
#define JSS_VPATCH 0
|
||||
#define JSS_BETA PR_TRUE
|
||||
#define JSS_BETA PR_FALSE
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче