[cig-commits] r19270 - short/3D/PyLith/branches/v1.6-stable

brad at geodynamics.org brad at geodynamics.org
Mon Dec 5 13:36:23 PST 2011


Author: brad
Date: 2011-12-05 13:36:23 -0800 (Mon, 05 Dec 2011)
New Revision: 19270

Modified:
   short/3D/PyLith/branches/v1.6-stable/README
   short/3D/PyLith/branches/v1.6-stable/configure.ac
   short/3D/PyLith/branches/v1.6-stable/setup.py
Log:
Incremented version number to 1.6.3.

Modified: short/3D/PyLith/branches/v1.6-stable/README
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/README	2011-12-05 21:36:04 UTC (rev 19269)
+++ short/3D/PyLith/branches/v1.6-stable/README	2011-12-05 21:36:23 UTC (rev 19270)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 1.6.2
+We are pleased to announce release of PyLith version 1.6.3
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    

Modified: short/3D/PyLith/branches/v1.6-stable/configure.ac
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/configure.ac	2011-12-05 21:36:04 UTC (rev 19269)
+++ short/3D/PyLith/branches/v1.6-stable/configure.ac	2011-12-05 21:36:23 UTC (rev 19270)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.6.2], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.6.3], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])

Modified: short/3D/PyLith/branches/v1.6-stable/setup.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/setup.py	2011-12-05 21:36:04 UTC (rev 19269)
+++ short/3D/PyLith/branches/v1.6-stable/setup.py	2011-12-05 21:36:23 UTC (rev 19270)
@@ -22,7 +22,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.6.2',
+    version = '1.6.3',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list