From ffaedfe0fc0efade656237bff3050b92fc6997c2 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 3 Jul 2008 17:08:49 +0000 Subject: [PATCH] Match version numbers to new naming conventions. git-svn-id: http://svn.osgeo.org/postgis/trunk@2821 b70326c6-7e19-0410-871a-916f4a2858ee --- java/jdbc/Makefile | 2 +- java/jdbc/build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/jdbc/Makefile b/java/jdbc/Makefile index 5dc8a115f..f8955c27e 100644 --- a/java/jdbc/Makefile +++ b/java/jdbc/Makefile @@ -119,7 +119,7 @@ include ../../Version.config # and installdirs targets, not for building itsself. -include ../../Makefile.config -VERSION=$(REL_MAJOR_VERSION).$(REL_MINOR_VERSION).$(REL_MICRO_VERSION) +VERSION=$(POSTGIS_MAJOR_VERSION).$(POSTGIS_MINOR_VERSION).$(POSTGIS_MICRO_VERSION) # We copy the ../Version.config into the jar to have it read at runtime. VERSIONPATH=$(BUILD)/org/postgis diff --git a/java/jdbc/build.xml b/java/jdbc/build.xml index 9d6aa8aa8..660c2f5ab 100644 --- a/java/jdbc/build.xml +++ b/java/jdbc/build.xml @@ -42,7 +42,7 @@ - + -- 2.50.1