From 76d3533f714c320b45e729433fcd09db75ea8871 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 9 Oct 2006 22:26:20 +0000 Subject: Bug(s) fixed: 210075 Bug Description: Change version to 1.0.3 Reviewed by: nkinder, nhosoi (Thanks!) Fix Description: Update version strings and etc. to 1.0.3 Platforms tested: FC5 Flag Day: no Doc impact: no --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index df1d1866..55552774 100644 --- a/Makefile +++ b/Makefile @@ -360,7 +360,7 @@ fedora-ds.spec: ldapserver.spec.tmpl -e 's/@COMPANY-PRODUCT-NAME@/Fedora Directory Server/g' \ -e 's/@LCASE-COMPANY-NAME-NOSP@/fedora/g' \ -e 's/@GEN-VERSION@/1.0/g' \ - -e 's/@NOSP-VERSION@/1.0.2/g' \ + -e 's/@NOSP-VERSION@/1.0.3/g' \ -e 's+@COMPANY-URL@+http://directory.fedora.redhat.com/+g' \ ldapserver.spec.tmpl > $@ mv $@ $(OBJDIR) -- cgit