X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=version.h;h=3d865211788ac1ad516035af5c625dd2e24bd624;hp=3b839669bd610360b904f473e4e4e6156989bbd6;hb=9c5fbc5dd8b53604d7e73fb6714ee2b5e3458866;hpb=32e646780461f96682d1191d31e08e4602ab125e diff --git a/version.h b/version.h index 3b839669..3d865211 100644 --- a/version.h +++ b/version.h @@ -1,11 +1,13 @@ +/** \file version.h Macros for printing the version string. */ + #include "git-version.h" -/** Version text used by various commands if -V switch was given. */ + +/** Version text printed by all executables if -V was given. */ #define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION \ " (" GIT_VERSION ": " CODENAME ")" "\n" \ - "Copyright (C) 2011 Andre Noll\n" \ + "Copyright (C) 2013 Andre Noll\n" \ "This is free software with ABSOLUTELY NO WARRANTY." \ " See COPYING for details.\n" \ - "Written by Andre Noll.\n" \ "Report bugs to .\n" /** Print out \p VERSION_TEXT and exit if version flag was given. */