Fix 180827: Update version strings for JSS 3.3.

git-svn-id: svn://10.0.0.236/trunk@135225 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nicolson%netscape.com 2002-12-13 06:12:30 +00:00
parent 05a1c2ba84
commit a0a78775dd
3 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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