]> granicus.if.org Git - postgis/commitdiff
Drop topology specific versioning
authorSandro Santilli <strk@keybit.net>
Wed, 14 Dec 2011 13:31:07 +0000 (13:31 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 14 Dec 2011 13:31:07 +0000 (13:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8406 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac
topology/Version.config [deleted file]

index 5c984f4587c4987b5f2f2464363680a8823db2d6..5220c1166f6417a879e53a1ad6cad5269befe8a8 100644 (file)
@@ -775,16 +775,6 @@ if test "x$TOPOLOGY" = "xtopology"; then
     AC_MSG_RESULT([TOPOLOGY: Topology support requested])
 fi
 
-dnl
-dnl Topology Version Information imported from topology/Version.config 
-dnl
-POSTGIS_TOPOLOGY_MAJOR_VERSION=`cat topology/Version.config | grep POSTGIS_TOPOLOGY_MAJOR_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
-POSTGIS_TOPOLOGY_MINOR_VERSION=`cat topology/Version.config | grep POSTGIS_TOPOLOGY_MINOR_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
-POSTGIS_TOPOLOGY_MICRO_VERSION=`cat topology/Version.config | grep POSTGIS_TOPOLOGY_MICRO_VERSION | sed 's/[[^=]]*=\([[0-9]]\)/\1/g'`
-
-POSTGIS_TOPOLOGY_VERSION="$POSTGIS_TOPOLOGY_MAJOR_VERSION.$POSTGIS_TOPOLOGY_MINOR_VERSION.$POSTGIS_TOPOLOGY_MICRO_VERSION"
-
-AC_SUBST([POSTGIS_TOPOLOGY_VERSION])
 AC_SUBST([TOPOLOGY])
 
 
@@ -995,7 +985,7 @@ if test "x$RASTER" = "xraster"; then
     AC_MSG_RESULT([  PostGIS Raster:       ${POSTGIS_RASTER_LIB_VERSION}])
 fi
 if test "x$TOPOLOGY" = "xtopology"; then
-    AC_MSG_RESULT([  PostGIS Topology:     ${POSTGIS_TOPOLOGY_VERSION}])
+    AC_MSG_RESULT([  PostGIS Topology])
 fi
 fi
 AC_MSG_RESULT()
diff --git a/topology/Version.config b/topology/Version.config
deleted file mode 100644 (file)
index 24f1163..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Version numbering central repository, to be included from various
-# places during the build process
-
-# See HOWTO_RELEASE file in SVN for definitions of those three.
-
-POSTGIS_TOPOLOGY_MAJOR_VERSION=0
-POSTGIS_TOPOLOGY_MINOR_VERSION=1
-POSTGIS_TOPOLOGY_MICRO_VERSION=1