diff --git a/mozilla/security/jss/pkg/linux/Makefile b/mozilla/security/jss/pkg/linux/Makefile index 51f8c72cb27..b41af6fe3cc 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.15 2005-04-05 17:36:26 christophe.ravel.bugs%sun.com Exp $" +#ident "$Id: Makefile,v 1.16 2005-04-20 00:18:25 christophe.ravel.bugs%sun.com Exp $" # CORE_DEPTH = ../../.. NAME = sun-jss -RELEASE = 3 +RELEASE = 4 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 814b71f5f79..d12394ecde4 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.7 2005-04-05 17:36:26 christophe.ravel.bugs%sun.com Exp $" +#ident "$Id: Makefile,v 1.8 2005-04-20 00:18:26 christophe.ravel.bugs%sun.com Exp $" # CORE_DEPTH = ../../.. NAME = sun-nss -RELEASE = 3 +RELEASE = 4 VERSION = `grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \ | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'` PWD = `pwd`