X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=para.h;h=d69acdf63e0cdfb30c62d24f6c5f335040090507;hb=7ab176a3b0771cfcdd8ee103cd5452e971d12e26;hp=6a90e55bbc17a3256f4d17fef506150e4f300d8d;hpb=8c6ad492bee7eeec2bc667ce983c47f57fa45104;p=paraslash.git diff --git a/para.h b/para.h index 6a90e55b..d69acdf6 100644 --- a/para.h +++ b/para.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2007 Andre Noll + * Copyright (C) 1997-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -118,8 +118,8 @@ } /** version text used by various commands if -V switch was given */ -#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION "\n" \ - "Copyright (C) 2007 Andre Noll\n" \ +#define VERSION_TEXT(prefix) "para_" prefix " " PACKAGE_VERSION " (" CODENAME ")" "\n" \ + "Copyright (C) 2008 Andre Noll\n" \ "This is free software with ABSOLUTELY NO WARRANTY." \ " See COPYING for details.\n" \ "Written by Andre Noll.\n" \