[cig-commits] r22258 - cs/spatialdata/trunk
brad at geodynamics.org
brad at geodynamics.org
Thu Jun 13 14:10:26 PDT 2013
Author: brad
Date: 2013-06-13 14:10:26 -0700 (Thu, 13 Jun 2013)
New Revision: 22258
Modified:
cs/spatialdata/trunk/CHANGES
cs/spatialdata/trunk/README
cs/spatialdata/trunk/configure.ac
cs/spatialdata/trunk/setup.py
Log:
Increment version number.
Modified: cs/spatialdata/trunk/CHANGES
===================================================================
--- cs/spatialdata/trunk/CHANGES 2013-06-13 21:08:03 UTC (rev 22257)
+++ cs/spatialdata/trunk/CHANGES 2013-06-13 21:10:26 UTC (rev 22258)
@@ -1,3 +1,8 @@
+2013/06/13 (version 1.9.2)
+
+ Set spatialdata label in template test to avoid error message about
+ unset parameter.
+
2012/12/10 (version 1.9.1)
Fixed some small memory leaks (mostly in unit tests). Updated
Modified: cs/spatialdata/trunk/README
===================================================================
--- cs/spatialdata/trunk/README 2013-06-13 21:08:03 UTC (rev 22257)
+++ cs/spatialdata/trunk/README 2013-06-13 21:10:26 UTC (rev 22258)
@@ -17,12 +17,12 @@
/** @mainpage
*
* @author Brad Aagaard
- * @date 2012/12/10
- * @version 1.9.1
+ * @date 2013/06/13
+ * @version 1.9.2
*
* @section summary Summary
*
- * This directory tree contains SpatialData version 1.9.1. This package
+ * This directory tree contains SpatialData version 1.9.2. 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
Modified: cs/spatialdata/trunk/configure.ac
===================================================================
--- cs/spatialdata/trunk/configure.ac 2013-06-13 21:08:03 UTC (rev 22257)
+++ cs/spatialdata/trunk/configure.ac 2013-06-13 21:10:26 UTC (rev 22258)
@@ -15,7 +15,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([spatialdata], [1.9.1], [baagaard at usgs.gov])
+AC_INIT([spatialdata], [1.9.2], [baagaard at usgs.gov])
AC_CONFIG_HEADER([portinfo])
AC_CONFIG_AUX_DIR([./aux-config])
AC_CONFIG_MACRO_DIR([m4])
Modified: cs/spatialdata/trunk/setup.py
===================================================================
--- cs/spatialdata/trunk/setup.py 2013-06-13 21:08:03 UTC (rev 22257)
+++ cs/spatialdata/trunk/setup.py 2013-06-13 21:10:26 UTC (rev 22258)
@@ -20,7 +20,7 @@
setup(
name = 'spatialdata',
- version = '1.9.1',
+ version = '1.9.2',
zip_safe = False,
packages = find_packages(),
More information about the CIG-COMMITS
mailing list