Set NSS version to 3.4.1 RC1. (Tag: NSS_3_4_BRANCH)

git-svn-id: svn://10.0.0.236/branches/NSS_3_4_BRANCH@118567 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
2002-04-09 21:16:25 +00:00
parent 835683a559
commit 186f4722d2

View File

@@ -32,7 +32,7 @@
* may use your version of this file under either the MPL or the
* GPL.
*
* $Id: nss.h,v 1.18.2.1 2002-04-03 02:51:31 wtc%netscape.com Exp $
* $Id: nss.h,v 1.18.2.2 2002-04-09 21:16:25 wtc%netscape.com Exp $
*/
#ifndef __nss_h_
@@ -49,11 +49,11 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define NSS_VERSION "3.4"
#define NSS_VERSION "3.4.1 RC1"
#define NSS_VMAJOR 3
#define NSS_VMINOR 4
#define NSS_VPATCH 0
#define NSS_BETA PR_FALSE
#define NSS_VPATCH 1
#define NSS_BETA PR_TRUE
/*