aboutsummaryrefslogtreecommitdiff
path: root/cgit.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.c b/cgit.c
index 11dff76..3fc90bf 100644
--- a/cgit.c
+++ b/cgit.c
@@ -8,6 +8,9 @@
#include "cgit.h"
+const char cgit_version[] = CGIT_VERSION;
+
+
static int cgit_prepare_cache(struct cacheitem *item)
{
if (!cgit_repo && cgit_query_repo) {