From ccfc292185301b58d1d918300266b4c5917464cd Mon Sep 17 00:00:00 2001 From: Markus Schaber Date: Thu, 29 Sep 2005 07:11:12 +0000 Subject: [PATCH] Manually applied Makefile changes from Devrim GUNDUZ (extras/rpm/patches/postgis-jdbc2-makefile.patch) to HEAD jdbc2 Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@1947 b70326c6-7e19-0410-871a-916f4a2858ee --- jdbc2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdbc2/Makefile b/jdbc2/Makefile index 993c59865..544784f21 100644 --- a/jdbc2/Makefile +++ b/jdbc2/Makefile @@ -121,7 +121,7 @@ include ../Version.config # and installdirs targets, not for building itsself. -include ../Makefile.config -VERSION=$(JDBC_MAJOR_VERSION)_$(JDBC_MINOR_VERSION)_$(JDBC_MICRO_VERSION) +VERSION=$(JDBC_MAJOR_VERSION).$(JDBC_MINOR_VERSION).$(JDBC_MICRO_VERSION) VERSIONPATH=$(BUILD)/org/postgis VERSIONTARGET=$(VERSIONPATH)/version.properties -- 2.49.0