X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=version.c;h=c9a329c3d9039831ccc4be56fa37d7e375d3dd94;hp=151974e596624815cf33cacba5b5881c82cac6f3;hb=943180e1e5beb15ee1d3ee7aba06911d514acaba;hpb=4d9d588c5df359c3c5f279fbfd4ea51d3a2afc87 diff --git a/version.c b/version.c index 151974e5..c9a329c3 100644 --- a/version.c +++ b/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2014 Andre Noll + * Copyright (C) 2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -10,17 +10,6 @@ #include "version.h" #include "git-version.h" -/** - * Get the raw git version string - * - * \return The string generated by the GIT-VERSION-GEN script. It is passed - * as a preprocessor define during compilation. - */ -__a_const const char *version_git(void) -{ - return GIT_VERSION; -} - /** * Get the version string for an executable. *