[cig-commits] r18209 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Sat Apr 9 10:55:12 PDT 2011


Author: brad
Date: 2011-04-09 10:55:11 -0700 (Sat, 09 Apr 2011)
New Revision: 18209

Modified:
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/setup.py
Log:
Update version number.

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2011-04-09 17:53:44 UTC (rev 18208)
+++ short/3D/PyLith/trunk/configure.ac	2011-04-09 17:55:11 UTC (rev 18209)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.5.1], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.6.0], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])

Modified: short/3D/PyLith/trunk/setup.py
===================================================================
--- short/3D/PyLith/trunk/setup.py	2011-04-09 17:53:44 UTC (rev 18208)
+++ short/3D/PyLith/trunk/setup.py	2011-04-09 17:55:11 UTC (rev 18209)
@@ -22,7 +22,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.5.1',
+    version = '1.6.0',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list