From 7f93c791de91322bc3549963e21703b6b02cc7fd Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Tue, 13 Jan 2009 21:45:33 +0000 Subject: [PATCH] version number --- ng/ngappinit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng/ngappinit.cpp b/ng/ngappinit.cpp index 5ab71cf3..c07c7b56 100644 --- a/ng/ngappinit.cpp +++ b/ng/ngappinit.cpp @@ -109,7 +109,7 @@ int main(int argc, char ** argv) #ifdef NGSOLVE cout << "NETGEN/NGSolve V4.5-RC2" << endl; #else - cout << "NETGEN V4.5-RC2" << endl; + cout << "NETGEN-" << VERSION << endl; #endif