bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'cgit.c')
-rw-r--r--
cgit.c
2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.c b/cgit.c
index b3dd1199..3943a0f8 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"))