X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=para.h;h=454d736a1d565e4ef84fc0226f748ca41fa4a256;hp=c4c73a3f37661565037fc72ffbf03dc9bef8f20b;hb=05527588bd503e4748d801b641a9e3a6556525ad;hpb=72f7d7aca73e7848bcf6b841046893bf5e69f6b5 diff --git a/para.h b/para.h index c4c73a3f..454d736a 100644 --- a/para.h +++ b/para.h @@ -131,8 +131,9 @@ va_end(argp); \ } -/** version text used by various commands if -V switch was given */ -#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION " (" CODENAME ")" "\n" \ +/** Version text used by various commands if -V switch was given. */ +#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION \ + " (" GIT_VERSION ": " CODENAME ")" "\n" \ "Copyright (C) 2009 Andre Noll\n" \ "This is free software with ABSOLUTELY NO WARRANTY." \ " See COPYING for details.\n" \