aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-03-24 23:10:59 +0100
committerLars Hjemli <hjemli@gmail.com>2008-03-24 23:27:16 +0100
commit92908af4558d7362c7deeb05254343a5a5f11a05 (patch)
tree6913a6f567375446fb680bc7e94dbabb5d8e496d /cgit.c
parentMakefile: autobuild dependency rules (diff)
downloadcgit-92908af4558d7362c7deeb05254343a5a5f11a05.tar.xz
cgit-92908af4558d7362c7deeb05254343a5a5f11a05.zip
Move cgit_version from shared.c to cgit.c
With the matching Makefile change, this makes sure that only cgit.o and cgit proper needs to be rebuildt when VERSION has been modified. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.c b/cgit.c
index b3dd119..3943a0f 100644
--- a/cgit.c
+++ b/cgit.c
@@ -10,6 +10,8 @@
#include "cmd.h"
#include "ui-shared.h"
+const char *cgit_version = CGIT_VERSION;
+
void config_cb(const char *name, const char *value)
{
if (!strcmp(name, "root-title"))