From 53bf2216c3d76fdba0c98e6b41267d6b09dab1c6 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 25 Mar 2005 04:53:19 +0000 Subject: update for flext build system avoid malicious file name characters preparing RIP release svn path=/trunk/; revision=2643 --- externals/grill/vasp/source/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 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 7fb2f0bc..83090263 100644 --- a/externals/grill/vasp/source/main.cpp +++ b/externals/grill/vasp/source/main.cpp @@ -12,7 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "classes.h" -const C *VASP_VERSION = "0.1.3pre12"; +const C *VASP_VERSION = "0.1.3"; #include "opfuns.h" @@ -22,12 +22,12 @@ static V vasp_main() post("-----------------------------------------"); post(" VASP modular %s ",VASP_VERSION); post(" vector assembling signal processor "); - post(" (C)2002-2003 Thomas Grill "); + post(" (C)2002-2005 Thomas Grill "); #ifdef FLEXT_DEBUG post(" DEBUG BUILD - " __DATE__ " " __TIME__); #endif post(""); - post(" http://www.parasitaere-kapazitaeten.net "); + post(" http://grrrr.org/ext "); post("-----------------------------------------"); post(""); -- cgit v1.2.1