modified showVersion() to show current version instead of an hardcoded
[util-vserver.git] / util-vserver / src / new-namespace.c
index 5684f1e..6e97fe4 100644 (file)
@@ -69,7 +69,8 @@ static void
 showVersion()
 {
   WRITE_MSG(1,
-           "new-namespace 0.1\n"
+           "new-namespace " VERSION " -- executes programs in a new namespace\n"
+           "This program is part of " PACKAGE_STRING "\n"
            "Copyright (C) 2003 Enrico Scholz\n"
            VERSION_COPYRIGHT_DISCLAIMER);
   exit(0);