From bf0da69d282046c38a6c81a6a7e7d698eeaf7e86 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 2 Apr 2003 23:27:01 +0000 Subject: [PATCH] Set NSS version to 3.8. --- security/nss/lib/nss/nss.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h index eba6f5708d46..12497c136a08 100644 --- a/security/nss/lib/nss/nss.h +++ b/security/nss/lib/nss/nss.h @@ -32,7 +32,7 @@ * may use your version of this file under either the MPL or the * GPL. * - * $Id: nss.h,v 1.25 2003/03/20 23:12:43 wtc%netscape.com Exp $ + * $Id: nss.h,v 1.26 2003/04/02 23:27:01 wtc%netscape.com Exp $ */ #ifndef __nss_h_ @@ -49,11 +49,12 @@ SEC_BEGIN_PROTOS * The format of the version string should be * ".[.] []" */ -#define NSS_VERSION "3.8 Beta" +#define NSS_VERSION "3.8" #define NSS_VMAJOR 3 #define NSS_VMINOR 8 #define NSS_VPATCH 0 -#define NSS_BETA PR_TRUE +#define NSS_BETA PR_FALSE + /* * Return a boolean that indicates whether the underlying library