aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-04 08:12:34 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-04 08:12:34 +0000
commitabdc387d7fabe5f18cc3cb448c15aa898f9fdaaa (patch)
tree1a0ca90ebf51f61cce92ead61d4fd75e2c0987ac /externals/grill/vasp/source/main.cpp
parent0af60cd02d714f0ca13bfff9f3e12c84357ba176 (diff)
""
svn path=/trunk/; revision=273
Diffstat (limited to 'externals/grill/vasp/source/main.cpp')
-rw-r--r--externals/grill/vasp/source/main.cpp4
1 files changed, 2 insertions, 2 deletions
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("");