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

brad at geodynamics.org brad at geodynamics.org
Fri Jul 10 09:39:24 PDT 2009


Author: brad
Date: 2009-07-10 09:39:24 -0700 (Fri, 10 Jul 2009)
New Revision: 15452

Modified:
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/setup.py
Log:
Incremented version number associated with update to source distribution.

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2009-07-10 16:21:43 UTC (rev 15451)
+++ short/3D/PyLith/trunk/configure.ac	2009-07-10 16:39:24 UTC (rev 15452)
@@ -11,7 +11,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.4.0], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.4.1], [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-07-10 16:21:43 UTC (rev 15451)
+++ short/3D/PyLith/trunk/setup.py	2009-07-10 16:39:24 UTC (rev 15452)
@@ -7,7 +7,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.0',
+    version = '1.4.1',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list