bumped the version #

This commit is contained in:
Harry Moffat 2009-03-25 01:19:53 +00:00
parent aedc3985ac
commit 30cbe94aaa
2 changed files with 2 additions and 2 deletions

View file

@ -477,7 +477,7 @@ CT_SHARED_LIB=${CT_SHARED_LIB:=clib}
RPFONT=${RPFONT:="Helvetica"}
# Don't change this.
CANTERA_VERSION=${CANTERA_VERSION:="1.7.1"}
CANTERA_VERSION=${CANTERA_VERSION:="1.8.0"}
#-----------------------------------------------------------------------
#------------------- don't change anything below!! ---------------------

View file

@ -67,7 +67,7 @@ typedef int ftnlen; // Fortran hidden string length type
#define HAS_SSTREAM 1
// Cantera version
#define CANTERA_VERSION "1.7.0"
#define CANTERA_VERSION "1.8.0"
// Identify whether the operating system is cygwin's overlay of
// windows, with gcc being used as the compiler.