summaryrefslogtreecommitdiffstats
path: root/ldap/cm/Makefile
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-02-23 01:20:17 +0000
committerRich Megginson <rmeggins@redhat.com>2006-02-23 01:20:17 +0000
commit27699c47e0098dc12442d0b923c67bca99df56df (patch)
tree46331bb0fb25f087d7948351a3d3ad0439e1c1ef /ldap/cm/Makefile
parent836e08dc192bd3a9c8a10c3869c5efc48bf13024 (diff)
downloadds-27699c47e0098dc12442d0b923c67bca99df56df.tar.gz
ds-27699c47e0098dc12442d0b923c67bca99df56df.tar.xz
ds-27699c47e0098dc12442d0b923c67bca99df56df.zip
Change version to 1.0.2
RPM post install adds a new patch to fix the httpd module load order, removes the console patch Tell the user to run setup/setup after upgrade installation.
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 c849561b..ea495c15 100644
--- a/ldap/cm/Makefile
+++ b/ldap/cm/Makefile
@@ -108,9 +108,9 @@ endif
endif
ifdef USE_64
-VERSION=-ver 1.0.1-64bit
+VERSION=-ver 1.0.2-64bit
else
-VERSION=-ver 1.0.1
+VERSION=-ver 1.0.2
endif
ifeq ($(ARCH), HPUX)
@@ -270,7 +270,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.1
+ RPM_VERSION=1.0.2
RPM_FILE_BASE=$(RPM_BASE_NAME)-ds-$(RPM_VERSION)
RPM_ARCH = $(shell uname -i)
# root dir for RPM built and temp files