After branching NSS_3_10_BRANCH, the tip target is 3.11

This commit is contained in:
christophe.ravel.bugs%sun.com 2005-06-27 18:21:02 +00:00
Родитель da1f163719
Коммит a12b562c66
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -36,7 +36,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* $Id: nss.h,v 1.41 2005/04/27 20:28:27 christophe.ravel.bugs%sun.com Exp $ */
/* $Id: nss.h,v 1.42 2005/06/27 18:21:02 christophe.ravel.bugs%sun.com Exp $ */
#ifndef __nss_h_
#define __nss_h_
@ -52,10 +52,10 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define NSS_VERSION "3.10.1 Beta"
#define NSS_VERSION "3.11 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 10
#define NSS_VPATCH 1
#define NSS_VMINOR 11
#define NSS_VPATCH 0
#define NSS_BETA PR_TRUE