summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglen.beasley%sun.com <devnull@localhost>2004-03-16 23:01:10 +0000
committerglen.beasley%sun.com <devnull@localhost>2004-03-16 23:01:10 +0000
commit39cd2ac10d58c7bd378ad87964bdcf29e0c7037a (patch)
treec5933f17cb9111da4d273ceb1c7dac147fae4f3e
parent58da2ba324a4653f57526474a72368c84d70635f (diff)
downloadnss-hg-39cd2ac10d58c7bd378ad87964bdcf29e0c7037a.tar.gz
Move RELEASE back to 1 as VERSION has changed: 3.3.9SECURITY_3_3_9_RTM
-rw-r--r--security/nss/pkg/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/pkg/linux/Makefile b/security/nss/pkg/linux/Makefile
index c9828db8b..49921ef07 100644
--- a/security/nss/pkg/linux/Makefile
+++ b/security/nss/pkg/linux/Makefile
@@ -8,7 +8,7 @@
CORE_DEPTH = ../../..
NAME = sun-nss
-RELEASE = 2
+RELEASE = 1
VERSION = `grep NSS_VERSION $(CORE_DEPTH)/../dist/public/security/nss.h \
| sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'`
PWD = `pwd`