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

brad at geodynamics.org brad at geodynamics.org
Wed Sep 19 09:14:39 PDT 2012


Author: brad
Date: 2012-09-19 09:14:39 -0700 (Wed, 19 Sep 2012)
New Revision: 20733

Modified:
   short/3D/PyLith/trunk/README
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/setup.py
Log:
Set version number to 2.0.0 for trunk.

Modified: short/3D/PyLith/trunk/README
===================================================================
--- short/3D/PyLith/trunk/README	2012-09-19 12:43:51 UTC (rev 20732)
+++ short/3D/PyLith/trunk/README	2012-09-19 16:14:39 UTC (rev 20733)
@@ -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 2.0.0
 
 Please submit bug reports via the World Wide Web at:
     http://geodynamics.org/roundup    

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2012-09-19 12:43:51 UTC (rev 20732)
+++ short/3D/PyLith/trunk/configure.ac	2012-09-19 16:14:39 UTC (rev 20733)
@@ -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], [2.0.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	2012-09-19 12:43:51 UTC (rev 20732)
+++ short/3D/PyLith/trunk/setup.py	2012-09-19 16:14:39 UTC (rev 20733)
@@ -22,7 +22,7 @@
 setup(
     
     name = 'PyLith', 
-    version = '1.7.1',
+    version = '2.0.0',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list