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 --- ui-shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-shared.c') diff --git a/ui-shared.c b/ui-shared.c index 15d8254..110c696 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -262,7 +262,7 @@ void cgit_print_docstart(char *title, struct cacheitem *item) html(""); html_txt(title); html("\n"); - htmlf("\n", cgit_version); + htmlf("\n", cgit_version); html("\n"); -- cgit v1.2.3-59-g8ed1b