From: Andre Noll Date: Sat, 9 Feb 2008 11:27:21 +0000 (+0100) Subject: Print codename in version info. X-Git-Tag: v0.3.1~43 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=95a7a16e8b6d75f0274fefe5a154d2600dd3d750 Print codename in version info. --- diff --git a/para.h b/para.h index d17a5613..403ca7d4 100644 --- a/para.h +++ b/para.h @@ -118,7 +118,7 @@ } /** 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" \