summaryrefslogtreecommitdiffstats
path: root/nsdefs.mk
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-10-29 02:28:24 +0000
committerRich Megginson <rmeggins@redhat.com>2005-10-29 02:28:24 +0000
commit2021746ab9832bbd8a4cbb4d788f1a8556667d81 (patch)
tree18541feca5f4ceb4730176304df5de051e369288 /nsdefs.mk
parent1edb0d5cd52be6c43a2291997468d7ff413f6a21 (diff)
downloadds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.tar.gz
ds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.tar.xz
ds-2021746ab9832bbd8a4cbb4d788f1a8556667d81.zip
Bug(s) fixed: 172005
Bug Description: Change ldapserver version to 1.0 Reviewed by: Noriko (Thanks!) Fix Description: This also fixes some lingering build issues involving perldap, which is no longer a separate setup package, but just gets included into DS in a similar manner to nspr, nss, etc. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
Diffstat (limited to 'nsdefs.mk')
-rw-r--r--nsdefs.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/nsdefs.mk b/nsdefs.mk
index 7405c7f9..c1c284a1 100644
--- a/nsdefs.mk
+++ b/nsdefs.mk
@@ -141,10 +141,10 @@ RPATHFLAG=../bin/slapd/lib:.:../lib:../../lib:../../../lib:../../../../lib
endif
endif
-MAJOR_VERSION:="7"
-MINOR_VERSION:="1"
-MAJOR_VERSION_NOQUOTES:=7
-MINOR_VERSION_NOQUOTES:=1
+MAJOR_VERSION:="1"
+MINOR_VERSION:="0"
+MAJOR_VERSION_NOQUOTES:=1
+MINOR_VERSION_NOQUOTES:=0
# the LINK version is the one used for -l linking e.g. -l$(LINK_HTTPDLL_NAME)
ifeq ($(BUILD_ARCH), WINNT)
@@ -232,9 +232,9 @@ COMMON_OBJDIR_32= $(subst $(NS64TAG),,$(COMMON_OBJDIR))
OBJDIR=$(COMMON_OBJDIR)
OBJDIR_32=$(COMMON_OBJDIR_32)
DO_SEARCH=no
-DIR_VERSION:=7.1
-NOSP_DIR_VERSION:=7.1
-DIR_NORM_VERSION:=7.1
+DIR_VERSION:=1.0
+NOSP_DIR_VERSION:=1.0
+DIR_NORM_VERSION:=1.0
PRODUCT_NAME="$(PRODUCTCORE) $(DIR_VERSION)"
# When you change DIRSDK_VERSION or DIRSDK_VERSION_DLL_SUFFIX, you must
# update all of the .exp and .def files by executing the following command: