[cig-commits] r20745 - short/3D/PyLith/branches/v1.7-trunk

brad at geodynamics.org brad at geodynamics.org
Wed Sep 19 16:15:32 PDT 2012


Author: brad
Date: 2012-09-19 16:15:32 -0700 (Wed, 19 Sep 2012)
New Revision: 20745

Modified:
   short/3D/PyLith/branches/v1.7-trunk/README
   short/3D/PyLith/branches/v1.7-trunk/configure.ac
   short/3D/PyLith/branches/v1.7-trunk/setup.py
Log:
Increment version number to 1.8.0.

Modified: short/3D/PyLith/branches/v1.7-trunk/README
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/README	2012-09-19 22:45:44 UTC (rev 20744)
+++ short/3D/PyLith/branches/v1.7-trunk/README	2012-09-19 23:15:32 UTC (rev 20745)
@@ -1,4 +1,4 @@
-We are pleased to announce release of PyLith version 1.7.1
+We are pleased to announce release of PyLith version 1.8.0
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    

Modified: short/3D/PyLith/branches/v1.7-trunk/configure.ac
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/configure.ac	2012-09-19 22:45:44 UTC (rev 20744)
+++ short/3D/PyLith/branches/v1.7-trunk/configure.ac	2012-09-19 23:15:32 UTC (rev 20745)
@@ -17,7 +17,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.7.1], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.8.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/branches/v1.7-trunk/setup.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/setup.py	2012-09-19 22:45:44 UTC (rev 20744)
+++ short/3D/PyLith/branches/v1.7-trunk/setup.py	2012-09-19 23:15:32 UTC (rev 20745)
@@ -22,7 +22,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.7.1',
+    version = '1.8.0',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list