summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2005-04-27 20:28:39 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2005-04-27 20:28:39 +0000
commitc4cb2ff79b42292b64b1cc05dfe4059768bd1dc1 (patch)
treed02fc5ca9229069e9b2082ea3ae69ee78e9d0103
parent2dd4b9ec27f467897610381647ec0ff95c0ef20d (diff)
downloadnss-hg-c4cb2ff79b42292b64b1cc05dfe4059768bd1dc1.tar.gz
Change NSS version to 3.10.1 Beta.
-rw-r--r--security/nss/lib/nss/nss.h6
-rw-r--r--security/nss/pkg/linux/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h
index 9cdec69dc..71f42a44d 100644
--- a/security/nss/lib/nss/nss.h
+++ b/security/nss/lib/nss/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
/*
diff --git a/security/nss/pkg/linux/Makefile b/security/nss/pkg/linux/Makefile
index b9379c4e2..decc20ecd 100644
--- a/security/nss/pkg/linux/Makefile
+++ b/security/nss/pkg/linux/Makefile
@@ -44,7 +44,7 @@
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`