Change NSS version to 3.10.1 Beta.

This commit is contained in:
christophe.ravel.bugs%sun.com 2005-04-27 20:28:39 +00:00
parent 62f069b50a
commit 18a44a9aad
3 changed files with 8 additions and 8 deletions

View File

@ -38,13 +38,13 @@
#
# ***** END LICENSE BLOCK *****
#
#ident "$Id: Makefile,v 1.16 2005/04/20 00:18:25 christophe.ravel.bugs%sun.com Exp $"
#ident "$Id: Makefile,v 1.17 2005/04/27 20:28:26 christophe.ravel.bugs%sun.com Exp $"
#
CORE_DEPTH = ../../..
NAME = sun-jss
RELEASE = 4
RELEASE = 5
VERSION = `grep JSS_VERSION $(CORE_DEPTH)/jss/org/mozilla/jss/util/jssver.h \
| sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'`
PWD = `pwd`

View File

@ -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.40 2005/04/19 22:53:46 christophe.ravel.bugs%sun.com Exp $ */
/* $Id: nss.h,v 1.41 2005/04/27 20:28:27 christophe.ravel.bugs%sun.com Exp $ */
#ifndef __nss_h_
#define __nss_h_
@ -52,11 +52,11 @@ SEC_BEGIN_PROTOS
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define NSS_VERSION "3.10"
#define NSS_VERSION "3.10.1 Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 10
#define NSS_VPATCH 0
#define NSS_BETA PR_FALSE
#define NSS_VPATCH 1
#define NSS_BETA PR_TRUE
/*

View File

@ -38,13 +38,13 @@
#
# ***** END LICENSE BLOCK *****
#
#ident "$Id: Makefile,v 1.8 2005/04/20 00:18:26 christophe.ravel.bugs%sun.com Exp $"
#ident "$Id: Makefile,v 1.9 2005/04/27 20:28:39 christophe.ravel.bugs%sun.com Exp $"
#
CORE_DEPTH = ../../..
NAME = sun-nss
RELEASE = 4
RELEASE = 1
VERSION = `grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \
| sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'`
PWD = `pwd`