[Fedora-directory-commits] ldapserver/ldap/cm Makefile,1.62,1.63

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Oct 9 22:26:22 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/cm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4238/ldapserver/ldap/cm

Modified Files:
	Makefile 
Log Message:
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 



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/Makefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Makefile	27 Sep 2006 23:40:50 -0000	1.62
+++ Makefile	9 Oct 2006 22:26:19 -0000	1.63
@@ -110,9 +110,9 @@
 endif
 
 ifdef USE_64
-VERSION=-ver 1.0.2-64bit
+VERSION=-ver 1.0.3-64bit
 else
-VERSION=-ver 1.0.2
+VERSION=-ver 1.0.3
 endif
 
 ifeq ($(ARCH), HPUX)
@@ -278,7 +278,7 @@
 ifdef BUILD_RPM
 # name and version of RPM - must correspond to the spec file - these get branded
 	RPM_BASE_NAME=fedora
-	RPM_VERSION=1.0.2
+	RPM_VERSION=1.0.3
 	RPM_FILE_BASE=$(RPM_BASE_NAME)-ds-$(RPM_VERSION)
 	RPM_ARCH = $(shell uname -i)
 # root dir for RPM built and temp files




More information about the Fedora-directory-commits mailing list