The tip is now NSS 3.6, make sure new builds properly indicate this

This commit is contained in:
relyea%netscape.com 2002-05-16 22:12:37 +00:00
Родитель 2c1512022e
Коммит 5781a451fd
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -32,7 +32,7 @@
* may use your version of this file under either the MPL or the
* GPL.
*
* $Id: nss.h,v 1.21 2002-05-16 22:05:16 relyea%netscape.com Exp $
* $Id: nss.h,v 1.22 2002-05-16 22:12:37 relyea%netscape.com Exp $
*/
#ifndef __nss_h_
@ -49,9 +49,9 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define NSS_VERSION "3.5 Beta"
#define NSS_VERSION "3.6 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 5
#define NSS_VMINOR 6
#define NSS_VPATCH 0
#define NSS_BETA PR_TRUE