From 30cbe94aaadd6185b2557c64dfee10994cf9756e Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 25 Mar 2009 01:19:53 +0000 Subject: [PATCH] bumped the version # --- preconfig | 2 +- winconfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/preconfig b/preconfig index d23a283c3..1fc5aec1e 100755 --- a/preconfig +++ b/preconfig @@ -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!! --------------------- diff --git a/winconfig.h b/winconfig.h index 54b4cd338..2ecffe4a8 100644 --- a/winconfig.h +++ b/winconfig.h @@ -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.