[cig-commits] [commit] master: Update to next release version (f4d4b70)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sat Sep 6 18:09:50 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/vc/compare/f1609021246ebdd14b3c943f36ecfa5bc49d5691...290787dea3d3c04f5299b765cd20263898a787a5

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

commit f4d4b70a6de71db03ee98c41fb523620ebb6194e
Author: Eric Heien <github at heien.org>
Date:   Wed Jul 23 10:45:06 2014 +0900

    Update to next release version


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

f4d4b70a6de71db03ee98c41fb523620ebb6194e
 doc/vc.tex                  | 4 ++--
 quakelib/python/__init__.py | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/vc.tex b/doc/vc.tex
index ce7fba3..93775cb 100644
--- a/doc/vc.tex
+++ b/doc/vc.tex
@@ -42,7 +42,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%% Lyx Title Page
 \title{Virtual California User Manual}
 \author{Eric M. Heien\\Michael K. Sachs\\Kasey W. Schultz\\Donald L. Turcotte\\John B. Rundle\\\\© University of California, Davis\\
-Version 1.0.0}
+Version 1.1.0}
 %\date{\noindent \today}
 
 
@@ -991,7 +991,7 @@ To obtain the latest official release of Virtual California, go to the Geodynami
 web page \url{http://geodynamics.org/cig/software/vc}, download the source
 archive and unpack it using the \texttt{tar} command:
 \begin{verbatim}
-$ tar xzf vc-1.0.0.tar.gz
+$ tar xzf vc-1.1.0.tar.gz
 \end{verbatim}
 
 To get the latest development version of Virtual California, use git to make a copy of the repository:
diff --git a/quakelib/python/__init__.py b/quakelib/python/__init__.py
index ae4ced6..ac0ab49 100644
--- a/quakelib/python/__init__.py
+++ b/quakelib/python/__init__.py
@@ -1,11 +1,11 @@
-"""Quakelib Earthquake Simulation Library
+"""QuakeLib Earthquake Simulation Library
 """
 
 __all__ = ['quakelib']
 
-__version__ = '1.0'
+__version__ = '1.1.0'
 
-version_info = (1, 0, 0, 'final', 0)
+version_info = (1, 1, 0, 'final', 0)
 
 from quakelib import *
 



More information about the CIG-COMMITS mailing list