aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:53:19 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:53:19 +0000
commit53bf2216c3d76fdba0c98e6b41267d6b09dab1c6 (patch)
tree4595ab851f6f037de661ca1afff83220d2172dc7 /externals/grill/vasp/source
parent03df01d81c2db0c7234833fce06fcdd7f0aae8e0 (diff)
update for flext build system
avoid malicious file name characters preparing RIP release svn path=/trunk/; revision=2643
Diffstat (limited to 'externals/grill/vasp/source')
-rw-r--r--externals/grill/vasp/source/main.cpp6
1 files changed, 3 insertions, 3 deletions
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("");