[cig-commits] r15441 - cs/spatialdata-0.1/trunk

brad at geodynamics.org brad at geodynamics.org
Wed Jul 8 13:12:41 PDT 2009


Author: brad
Date: 2009-07-08 13:12:41 -0700 (Wed, 08 Jul 2009)
New Revision: 15441

Modified:
   cs/spatialdata-0.1/trunk/CHANGES
   cs/spatialdata-0.1/trunk/configure.ac
   cs/spatialdata-0.1/trunk/setup.py
Log:
Incremented version number (added --enable-swig).

Modified: cs/spatialdata-0.1/trunk/CHANGES
===================================================================
--- cs/spatialdata-0.1/trunk/CHANGES	2009-07-08 01:00:32 UTC (rev 15440)
+++ cs/spatialdata-0.1/trunk/CHANGES	2009-07-08 20:12:41 UTC (rev 15441)
@@ -1,3 +1,9 @@
+2009/07/06 (version 0.5.2)
+
+  Added --enable-swig configure argument because source distribution
+  already contains the SWIG generated files (use --enable-swig when
+  using the source repository).
+
 2009/07/01 (version 0.5.1)
 
   Fixed trapping of errors from Python when using units parser.

Modified: cs/spatialdata-0.1/trunk/configure.ac
===================================================================
--- cs/spatialdata-0.1/trunk/configure.ac	2009-07-08 01:00:32 UTC (rev 15440)
+++ cs/spatialdata-0.1/trunk/configure.ac	2009-07-08 20:12:41 UTC (rev 15441)
@@ -11,7 +11,7 @@
 #
 
 AC_PREREQ(2.59)
-AC_INIT([spatialdata], [0.5.1], [baagaard at usgs.gov])
+AC_INIT([spatialdata], [0.5.2], [baagaard at usgs.gov])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_AUX_DIR([./aux-config])
 AM_INIT_AUTOMAKE([foreign])

Modified: cs/spatialdata-0.1/trunk/setup.py
===================================================================
--- cs/spatialdata-0.1/trunk/setup.py	2009-07-08 01:00:32 UTC (rev 15440)
+++ cs/spatialdata-0.1/trunk/setup.py	2009-07-08 20:12:41 UTC (rev 15441)
@@ -7,7 +7,7 @@
 setup(
     
     name = 'spatialdata', 
-    version = '0.5.1',
+    version = '0.5.2',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list