[geos-commits] r2132 - in branches/3.0/source: . headers/geos
svn_geos at osgeo.org
svn_geos at osgeo.org
Sat Jul 19 14:20:30 EDT 2008
Author: warmerdam
Date: 2008-07-19 14:20:29 -0400 (Sat, 19 Jul 2008)
New Revision: 2132
Modified:
branches/3.0/source/Makefile.vc
branches/3.0/source/headers/geos/version.h.vc
Log:
add automatic copying of version.h for svn builds
Modified: branches/3.0/source/Makefile.vc
===================================================================
--- branches/3.0/source/Makefile.vc 2008-07-15 22:04:51 UTC (rev 2131)
+++ branches/3.0/source/Makefile.vc 2008-07-19 18:20:29 UTC (rev 2132)
@@ -273,6 +273,9 @@
headers/geos/platform.h: headers/geos/platform.h.vc
copy headers\geos\platform.h.vc headers\geos\platform.h
+headers/geos/version.h: headers/geos/version.h.vc
+ if not exist headers\geos\version.h copy headers\geos\version.h.vc headers\geos\version.h
+
# geos_c.h should already be in distribution, if is not you'll
# have to run ./configure to recreate
../capi/geos_c.h: ../capi/geos_c.h.in.
Modified: branches/3.0/source/headers/geos/version.h.vc
===================================================================
--- branches/3.0/source/headers/geos/version.h.vc 2008-07-15 22:04:51 UTC (rev 2131)
+++ branches/3.0/source/headers/geos/version.h.vc 2008-07-19 18:20:29 UTC (rev 2132)
@@ -29,8 +29,8 @@
#define GEOS_VERSION_MAJOR 3
#define GEOS_VERSION_MINOR 0
-#define GEOS_VERSION_PATCH 0rc4
-#define GEOS_VERSION "3.0.0rc4"
+#define GEOS_VERSION_PATCH 99
+#define GEOS_VERSION "3.0svn"
#define GEOS_JTS_PORT "1.7.1"
#endif // GEOS_VERSION_H
More information about the geos-commits
mailing list