From abdc387d7fabe5f18cc3cb448c15aa898f9fdaaa Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 4 Dec 2002 08:12:34 +0000 Subject: "" svn path=/trunk/; revision=273 --- externals/grill/vasp/source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/vasp/source/main.cpp') diff --git a/externals/grill/vasp/source/main.cpp b/externals/grill/vasp/source/main.cpp index def63a43..15525aac 100644 --- a/externals/grill/vasp/source/main.cpp +++ b/externals/grill/vasp/source/main.cpp @@ -11,7 +11,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "classes.h" -const C *VASP_VERSION = "0.1.1"; +const C *VASP_VERSION = "0.1.2pre2"; V lib_setup() { @@ -20,7 +20,7 @@ V lib_setup() post(" VASP modular %s ",VASP_VERSION); post(" vector assembling signal processor "); post(" (C)2002 Thomas Grill "); -#if defined(_DEBUG) && !defined(__MWERKS__) +#ifdef _DEBUG post(" DEBUG BUILD - " __DATE__ " " __TIME__); #endif post(""); -- cgit v1.2.1