[cig-commits] [commit] rajesh-petsc-schur: Update version number (15b3427)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:15:25 PST 2014


Repository : https://github.com/geodynamics/citcoms

On branch  : rajesh-petsc-schur
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

>---------------------------------------------------------------

commit 15b3427f7a09ba5735df45c93a66ae96af5072d1
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Tue Oct 14 13:10:25 2014 -0700

    Update version number


>---------------------------------------------------------------

15b3427f7a09ba5735df45c93a66ae96af5072d1
 .gitignore   | 19 +++++++++++++++++++
 NEWS         |  6 +++++-
 configure.ac |  2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index d3e556a..ab7b691 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,22 @@ config.h.in~
 visual/OpenDXMacro/Makefile
 
 visual/OpenDXMacro/Makefile.in
+
+examples/Cookbook1/*botm*
+
+examples/Cookbook1/*chkpt*
+
+examples/Cookbook1/*coord*
+
+examples/Cookbook1/*domain*
+
+examples/Cookbook1/*surf*
+
+examples/Cookbook1/*time*
+
+examples/Cookbook1/*velo*
+
+examples/Cookbook1/*visc*
+
+examples/Cookbook1/pid*
+
diff --git a/NEWS b/NEWS
index bfbc877..a4c57cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 CitcomS NEWS -- history of user-visible changes.  2014-10-09
 
-Please send CitcomS.py bug reports to cig-mc at geodynamics.org.
+Please send CitcomS bug reports to cig-mc at geodynamics.org.
+
+Version 3.4.0
+
+ * Added PETSc integration
 
 Version 3.3.0
 
diff --git a/configure.ac b/configure.ac
index 70e6a6d..6ddcfd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl</LicenseText>
 # $Id$
 
 AC_PREREQ(2.59)
-AC_INIT([CitcomS], [3.3.0], [cig-mc at geodynamics.org], [CitcomS])
+AC_INIT([CitcomS], [3.4.0], [cig-mc at geodynamics.org], [CitcomS])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_SRCDIR([bin/Citcom.c])
 AC_CONFIG_HEADER([config.h])



More information about the CIG-COMMITS mailing list