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

brad at geodynamics.org brad at geodynamics.org
Tue Jun 8 15:58:33 PDT 2010


Author: brad
Date: 2010-06-08 15:58:33 -0700 (Tue, 08 Jun 2010)
New Revision: 16942

Modified:
   cs/spatialdata-0.1/trunk/CHANGES
   cs/spatialdata-0.1/trunk/README
   cs/spatialdata-0.1/trunk/configure.ac
   cs/spatialdata-0.1/trunk/setup.py
Log:
Incremented version number.

Modified: cs/spatialdata-0.1/trunk/CHANGES
===================================================================
--- cs/spatialdata-0.1/trunk/CHANGES	2010-06-08 20:42:52 UTC (rev 16941)
+++ cs/spatialdata-0.1/trunk/CHANGES	2010-06-08 22:58:33 UTC (rev 16942)
@@ -1,3 +1,8 @@
+2010/06/08 (version 0.6.0)
+
+  Permit nondimensionl values in spatial databases.
+
+
 2009/07/06 (version 0.5.2)
 
   Added --enable-swig configure argument because source distribution

Modified: cs/spatialdata-0.1/trunk/README
===================================================================
--- cs/spatialdata-0.1/trunk/README	2010-06-08 20:42:52 UTC (rev 16941)
+++ cs/spatialdata-0.1/trunk/README	2010-06-08 22:58:33 UTC (rev 16942)
@@ -13,12 +13,12 @@
 /** @mainpage
  *
  * @author Brad Aagaard
- * @date 2006/05/24
- * @version 0.3.1
+ * @date 2010/06/08
+ * @version 0.6.0
  *
  * @section summary Summary
  *
- * This directory tree contains SpatialData version 0.2. This package
+ * This directory tree contains SpatialData version 0.6. This package
  * provides an interface to Proj.4 (cartographic projections library)
  * for converting coordinates among a variety of geographic projects
  * and local Cartesian coordinates and defines an interface for
@@ -52,7 +52,4 @@
  * locations.
  */
 
-// version
-// $Id$
-
 // End of file 

Modified: cs/spatialdata-0.1/trunk/configure.ac
===================================================================
--- cs/spatialdata-0.1/trunk/configure.ac	2010-06-08 20:42:52 UTC (rev 16941)
+++ cs/spatialdata-0.1/trunk/configure.ac	2010-06-08 22:58:33 UTC (rev 16942)
@@ -11,7 +11,7 @@
 #
 
 AC_PREREQ(2.59)
-AC_INIT([spatialdata], [0.5.2], [baagaard at usgs.gov])
+AC_INIT([spatialdata], [0.6.0], [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	2010-06-08 20:42:52 UTC (rev 16941)
+++ cs/spatialdata-0.1/trunk/setup.py	2010-06-08 22:58:33 UTC (rev 16942)
@@ -7,7 +7,7 @@
 setup(
     
     name = 'spatialdata', 
-    version = '0.5.2',
+    version = '0.6.0',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list