[cig-commits] r19576 - mc/3D/CitcomS/trunk

emheien at geodynamics.org emheien at geodynamics.org
Thu Feb 2 10:23:14 PST 2012


Author: emheien
Date: 2012-02-02 10:23:14 -0800 (Thu, 02 Feb 2012)
New Revision: 19576

Modified:
   mc/3D/CitcomS/trunk/NEWS
   mc/3D/CitcomS/trunk/configure.ac
   mc/3D/CitcomS/trunk/setup.py
Log:
Changing to version 3.2.0 since there are many significant changes


Modified: mc/3D/CitcomS/trunk/NEWS
===================================================================
--- mc/3D/CitcomS/trunk/NEWS	2012-02-02 18:22:39 UTC (rev 19575)
+++ mc/3D/CitcomS/trunk/NEWS	2012-02-02 18:23:14 UTC (rev 19576)
@@ -2,7 +2,7 @@
 
 Please send CitcomS.py bug reports to cig-mc at geodynamics.org.
 
-Version 3.1.2
+Version 3.2.0
 
 * Pyre configuration is now disabled by default.
 

Modified: mc/3D/CitcomS/trunk/configure.ac
===================================================================
--- mc/3D/CitcomS/trunk/configure.ac	2012-02-02 18:22:39 UTC (rev 19575)
+++ mc/3D/CitcomS/trunk/configure.ac	2012-02-02 18:23:14 UTC (rev 19576)
@@ -25,7 +25,7 @@
 # $Id$
 
 AC_PREREQ(2.59)
-AC_INIT([CitcomS], [3.1.2], [cig-mc at geodynamics.org], [CitcomS])
+AC_INIT([CitcomS], [3.2.0], [cig-mc at geodynamics.org], [CitcomS])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_SRCDIR([bin/Citcom.c])
 AC_CONFIG_HEADER([config.h])

Modified: mc/3D/CitcomS/trunk/setup.py
===================================================================
--- mc/3D/CitcomS/trunk/setup.py	2012-02-02 18:22:39 UTC (rev 19575)
+++ mc/3D/CitcomS/trunk/setup.py	2012-02-02 18:23:14 UTC (rev 19576)
@@ -24,7 +24,7 @@
 setup(
     
     name = 'CitcomS', 
-    version = '3.1',
+    version = '3.2',
 
     zip_safe = False,
     packages = find_packages(),



More information about the CIG-COMMITS mailing list