mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Set NSS version to 3.8.
This commit is contained in:
parent
e2e7547270
commit
bf0da69d28
@ -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
|
||||
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
|
||||
*/
|
||||
#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
|
||||
|
Loading…
x
Reference in New Issue
Block a user