[cig-commits] r21024 - cs/spatialdata/trunk
brad at geodynamics.org
brad at geodynamics.org
Mon Nov 12 19:38:20 PST 2012
Author: brad
Date: 2012-11-12 19:38:19 -0800 (Mon, 12 Nov 2012)
New Revision: 21024
Modified:
cs/spatialdata/trunk/CHANGES
cs/spatialdata/trunk/README
cs/spatialdata/trunk/configure.ac
cs/spatialdata/trunk/setup.py
Log:
Incremented version number.
Modified: cs/spatialdata/trunk/CHANGES
===================================================================
--- cs/spatialdata/trunk/CHANGES 2012-11-12 21:56:38 UTC (rev 21023)
+++ cs/spatialdata/trunk/CHANGES 2012-11-13 03:38:19 UTC (rev 21024)
@@ -1,3 +1,7 @@
+2012/11/13 (version 1.9.1)
+
+ Updated cit_python.m4 macros to fix configure errors on some systems.
+
2012/10/22 (version 1.9.0)
Added local origin and rotation angle to projected geographic
Modified: cs/spatialdata/trunk/README
===================================================================
--- cs/spatialdata/trunk/README 2012-11-12 21:56:38 UTC (rev 21023)
+++ cs/spatialdata/trunk/README 2012-11-13 03:38:19 UTC (rev 21024)
@@ -17,12 +17,12 @@
/** @mainpage
*
* @author Brad Aagaard
- * @date 2012/10/22
- * @version 1.9.0
+ * @date 2012/11/13
+ * @version 1.9.1
*
* @section summary Summary
*
- * This directory tree contains SpatialData version 1.9.0. This package
+ * This directory tree contains SpatialData version 1.9.1. 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 2012-11-12 21:56:38 UTC (rev 21023)
+++ cs/spatialdata/trunk/configure.ac 2012-11-13 03:38:19 UTC (rev 21024)
@@ -15,7 +15,7 @@
#
AC_PREREQ(2.59)
-AC_INIT([spatialdata], [1.9.0], [baagaard at usgs.gov])
+AC_INIT([spatialdata], [1.9.1], [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 2012-11-12 21:56:38 UTC (rev 21023)
+++ cs/spatialdata/trunk/setup.py 2012-11-13 03:38:19 UTC (rev 21024)
@@ -20,7 +20,7 @@
setup(
name = 'spatialdata',
- version = '1.9.0',
+ version = '1.9.1',
zip_safe = False,
packages = find_packages(),
More information about the CIG-COMMITS
mailing list