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

tan2 at geodynamics.org tan2 at geodynamics.org
Sat Mar 24 16:03:01 PDT 2007


Author: tan2
Date: 2007-03-24 16:03:00 -0700 (Sat, 24 Mar 2007)
New Revision: 6390

Modified:
   mc/3D/CitcomS/trunk/README
   mc/3D/CitcomS/trunk/configure.ac
   mc/3D/CitcomS/trunk/setup.py
Log:
Changed the version number to 2.2

Modified: mc/3D/CitcomS/trunk/README
===================================================================
--- mc/3D/CitcomS/trunk/README	2007-03-24 19:07:05 UTC (rev 6389)
+++ mc/3D/CitcomS/trunk/README	2007-03-24 23:03:00 UTC (rev 6390)
@@ -1,4 +1,4 @@
-We are pleased to announce the version 2.1 release of CitComS.py.
+We are pleased to announce the version 2.2 release of CitComS.py.
 
 See the file INSTALL for building and installation instructions.
 

Modified: mc/3D/CitcomS/trunk/configure.ac
===================================================================
--- mc/3D/CitcomS/trunk/configure.ac	2007-03-24 19:07:05 UTC (rev 6389)
+++ mc/3D/CitcomS/trunk/configure.ac	2007-03-24 23:03:00 UTC (rev 6390)
@@ -25,7 +25,7 @@
 # $Id$
 
 AC_PREREQ(2.59)
-AC_INIT([CitcomS], [2.1.0], [cig-mc at geodynamics.org], [CitcomS])
+AC_INIT([CitcomS], [2.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	2007-03-24 19:07:05 UTC (rev 6389)
+++ mc/3D/CitcomS/trunk/setup.py	2007-03-24 23:03:00 UTC (rev 6390)
@@ -7,7 +7,7 @@
 setup(
     
     name = 'CitcomS', 
-    version = '2.1',
+    version = '2.2',
 
     zip_safe = False,
     packages = find_packages(),



More information about the cig-commits mailing list