X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=version.h;h=6309fd024c429ac1da6a195d8bc29760ff45a7ac;hp=3d865211788ac1ad516035af5c625dd2e24bd624;hb=75feacbafa2a1fe258f85963205b8c28a976badc;hpb=b01605d7062e4d1f005d5aaaaed158d8efe06d79 diff --git a/version.h b/version.h index 3d865211..6309fd02 100644 --- a/version.h +++ b/version.h @@ -2,9 +2,11 @@ #include "git-version.h" +#define VERSION_SINGLE_LINE(prefix) "para_" prefix \ + " " GIT_VERSION " (" CODENAME ")" + /** Version text printed by all executables if -V was given. */ -#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION \ - " (" GIT_VERSION ": " CODENAME ")" "\n" \ +#define VERSION_TEXT(prefix) VERSION_SINGLE_LINE(prefix) "\n" \ "Copyright (C) 2013 Andre Noll\n" \ "This is free software with ABSOLUTELY NO WARRANTY." \ " See COPYING for details.\n" \