From f60a522fee89b6cf6faa618151d1da5c987e1f9c Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 10 Sep 2004 18:41:41 +0000 Subject: [PATCH] Bump version numbers to 0.9.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@803 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1b8b113a9..f1bd9a1de 100644 --- a/Makefile +++ b/Makefile @@ -100,8 +100,8 @@ endif # NAME=postgis SO_MAJOR_VERSION=0 -SO_MINOR_VERSION=8 -SO_MICRO_VERSION=2 +SO_MINOR_VERSION=9 +SO_MICRO_VERSION=0 SCRIPTS_VERSION=0.0.1 ifeq (${USE_VERSION}, 71) MODULE_FILENAME = $(LPATH)/$(shlib) -- 2.40.0