]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Print codename in version info.
authorAndre Noll <maan@systemlinux.org>
Sat, 9 Feb 2008 11:27:21 +0000 (12:27 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 9 Feb 2008 11:27:21 +0000 (12:27 +0100)
para.h

diff --git a/para.h b/para.h
index d17a5613a30798932a695d9aa99f6452218403ba..403ca7d43e91882df6bce3e8e00de71408bfbb5f 100644 (file)
--- a/para.h
+++ b/para.h
        }
 
 /** version text used by various commands if -V switch was given */
-#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION "\n" \
+#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION " (" CODENAME ")" "\n" \
        "Copyright (C) 2007 Andre Noll\n" \
        "This is free software with ABSOLUTELY NO WARRANTY." \
        " See COPYING for details.\n" \