X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=version.c;h=e7177d2fc809f137628b7b74ecb4552d104df7d6;hb=0dcd678aef7c2fba0f013d808cbf1cb8da3ea330;hp=f8f7e6a33f69a4624f347e8b2c95f88e61111bb7;hpb=571f94f98edecfb922eefa7a56ba5e8328978046;p=paraslash.git diff --git a/version.c b/version.c index f8f7e6a3..e7177d2f 100644 --- a/version.c +++ b/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Andre Noll + * Copyright (C) 2013-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -7,6 +7,7 @@ /** \file version.c Some helpers for printing version and copyright strings. */ #include "para.h" +#include "version.h" /** \file version.h Macros for printing the version string. */ @@ -56,7 +57,7 @@ const char *version_text(const char *pfx) static char buf[512]; snprintf(buf, sizeof(buf) - 1, "%s\n" - "Copyright (C) 2013 Andre Noll\n" + "Copyright (C) 2013-2014 Andre Noll\n" "This is free software with ABSOLUTELY NO WARRANTY." " See COPYING for details.\n" "Report bugs to .\n"