[geos-commits] r4364 - trunk

Mateusz Loskot mateusz at loskot.net
Thu Mar 23 14:03:12 PDT 2017


Author: mloskot
Date: 2017-03-23 14:03:12 -0700 (Thu, 23 Mar 2017)
New Revision: 4364

Modified:
   trunk/autogen.bat
Log:
Add step generating geos_svn_revision.h template with revision 0

Simplifies CI build steps.

[ci skip]

Modified: trunk/autogen.bat
===================================================================
--- trunk/autogen.bat	2017-03-21 14:40:10 UTC (rev 4363)
+++ trunk/autogen.bat	2017-03-23 21:03:12 UTC (rev 4364)
@@ -14,3 +14,4 @@
 COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h 
 COPY %GEOS_HEADERS%\platform.h.vc %GEOS_HEADERS%\platform.h
 COPY capi\geos_c.h.in capi\geos_c.h
+ at ECHO #define GEOS_SVN_REVISION 0 > geos_svn_revision.h
\ No newline at end of file



More information about the geos-commits mailing list