diff --git a/mozilla/security/jss/pkg/linux/Makefile b/mozilla/security/jss/pkg/linux/Makefile index 986456a97fb..01ec270a380 100644 --- a/mozilla/security/jss/pkg/linux/Makefile +++ b/mozilla/security/jss/pkg/linux/Makefile @@ -38,13 +38,13 @@ # # ***** END LICENSE BLOCK ***** # -#ident "$Id: Makefile,v 1.13 2005-03-08 23:54:52 christophe.ravel.bugs%sun.com Exp $" +#ident "$Id: Makefile,v 1.14 2005-03-11 23:06:41 christophe.ravel.bugs%sun.com Exp $" # CORE_DEPTH = ../../.. NAME = sun-jss -RELEASE = 1 +RELEASE = 2 VERSION = `grep JSS_VERSION $(CORE_DEPTH)/jss/org/mozilla/jss/util/jssver.h \ | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'` PWD = `pwd` diff --git a/mozilla/security/nss/pkg/linux/Makefile b/mozilla/security/nss/pkg/linux/Makefile index 0861e7eab08..2a983cd6ed6 100644 --- a/mozilla/security/nss/pkg/linux/Makefile +++ b/mozilla/security/nss/pkg/linux/Makefile @@ -38,13 +38,13 @@ # # ***** END LICENSE BLOCK ***** # -#ident "$Id: Makefile,v 1.5 2005-02-28 17:45:19 christophe.ravel.bugs%sun.com Exp $" +#ident "$Id: Makefile,v 1.6 2005-03-11 23:06:41 christophe.ravel.bugs%sun.com Exp $" # CORE_DEPTH = ../../.. NAME = sun-nss -RELEASE = 1 +RELEASE = 2 VERSION = `grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \ | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'` PWD = `pwd`