summaryrefslogtreecommitdiffstats
path: root/ldap/cm/Makefile
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-10-09 22:26:20 +0000
committerRich Megginson <rmeggins@redhat.com>2006-10-09 22:26:20 +0000
commit76d3533f714c320b45e729433fcd09db75ea8871 (patch)
tree1e888a56af2f208671b0d9c3fec59b2a0ce516c1 /ldap/cm/Makefile
parent145a4c2511fc8faa0bb1f394198573f2bcb91824 (diff)
downloadds-76d3533f714c320b45e729433fcd09db75ea8871.tar.gz
ds-76d3533f714c320b45e729433fcd09db75ea8871.tar.xz
ds-76d3533f714c320b45e729433fcd09db75ea8871.zip
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
Diffstat (limited to 'ldap/cm/Makefile')
-rw-r--r--ldap/cm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile
index 72f5868c..0a73354d 100644
--- a/ldap/cm/Makefile
+++ b/ldap/cm/Makefile
@@ -110,9 +110,9 @@ endif
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 @@ PACKAGE_SETUP_LIBS_32=$(subst $(NS64TAG),,$(PACKAGE_SETUP_LIBS))
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