From 9b5e8f1938ac3f324871de97c1c8be66a9b75c88 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 20 Oct 2008 03:27:39 +0000 Subject: [PATCH] Move to rc1 version. git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3148 b70326c6-7e19-0410-871a-916f4a2858ee --- Version.config | 2 +- make_dist.sh | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/Version.config b/Version.config index c26b6729b..2be9839f1 100644 --- a/Version.config +++ b/Version.config @@ -5,5 +5,5 @@ REL_MAJOR_VERSION=1 REL_MINOR_VERSION=3 -REL_MICRO_VERSION=4SVN +REL_MICRO_VERSION=4RC1 diff --git a/make_dist.sh b/make_dist.sh index bfdbad54e..b9448f2ff 100644 --- a/make_dist.sh +++ b/make_dist.sh @@ -63,16 +63,6 @@ fi make clean # won't drop the html dir cd "$owd" -## generating parser -#echo "Generating parser" -#owd="$PWD" -#cd "$outdir"/lwgeom -#make lex.yy.c -#if [ $? -gt 0 ]; then -# exit 1 -#fi -#cd "$owd" - # Run make distclean echo "Running make distclean" owd="$PWD" @@ -83,6 +73,3 @@ cd "$owd" echo "Generating $package file" tar czf "$package" "$outdir" -#echo "Cleaning up" -#rm -Rf "$outdir" - -- 2.50.1