From f69250358a74efa5d7d9c562b2cdd80fad1430f1 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 18 Jun 2007 09:42:10 +0200 Subject: Add version info from git-describe A new script, gen-version.sh, is now invoked from 'make version' to generate the file VERSION. This file contains a version identifier generated by git-describe and is included in the Makefile. Signed-off-by: Lars Hjemli --- cgit.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index 3fc90bf..11dff76 100644 --- a/cgit.c +++ b/cgit.c @@ -8,9 +8,6 @@ #include "cgit.h" -const char cgit_version[] = CGIT_VERSION; - - static int cgit_prepare_cache(struct cacheitem *item) { if (!cgit_repo && cgit_query_repo) { -- cgit v1.2.3-59-g8ed1b