Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) { |