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

brad at geodynamics.org brad at geodynamics.org
Mon Aug 17 11:32:49 PDT 2009


Author: brad
Date: 2009-08-17 11:32:49 -0700 (Mon, 17 Aug 2009)
New Revision: 15549

Modified:
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/setup.py
Log:
Increment version number in preparation for bugfix release.

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2009-08-17 18:27:14 UTC (rev 15548)
+++ short/3D/PyLith/trunk/configure.ac	2009-08-17 18:32:49 UTC (rev 15549)
@@ -11,7 +11,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.4.1], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.4.2], [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	2009-08-17 18:27:14 UTC (rev 15548)
+++ short/3D/PyLith/trunk/setup.py	2009-08-17 18:32:49 UTC (rev 15549)
@@ -7,7 +7,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.4.1',
+    version = '1.4.2',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list