|
@@ -110,9 +110,9 @@ endif
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
ifdef USE_64
|
|
ifdef USE_64
|
|
|
-VERSION=-ver 1.0.3-64bit
|
|
|
|
|
|
|
+VERSION=-ver 1.0.4-64bit
|
|
|
else
|
|
else
|
|
|
-VERSION=-ver 1.0.3
|
|
|
|
|
|
|
+VERSION=-ver 1.0.4
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(ARCH), HPUX)
|
|
ifeq ($(ARCH), HPUX)
|
|
@@ -276,7 +276,7 @@ PACKAGE_SETUP_LIBS_32=$(subst $(NS64TAG),,$(PACKAGE_SETUP_LIBS))
|
|
|
ifdef BUILD_RPM
|
|
ifdef BUILD_RPM
|
|
|
# name and version of RPM - must correspond to the spec file - these get branded
|
|
# name and version of RPM - must correspond to the spec file - these get branded
|
|
|
RPM_BASE_NAME=fedora
|
|
RPM_BASE_NAME=fedora
|
|
|
- RPM_VERSION=1.0.3
|
|
|
|
|
|
|
+ RPM_VERSION=1.0.4
|
|
|
RPM_FILE_BASE=$(RPM_BASE_NAME)-ds-$(RPM_VERSION)
|
|
RPM_FILE_BASE=$(RPM_BASE_NAME)-ds-$(RPM_VERSION)
|
|
|
RPM_ARCH = $(shell uname -i)
|
|
RPM_ARCH = $(shell uname -i)
|
|
|
# root dir for RPM built and temp files
|
|
# root dir for RPM built and temp files
|