]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.c
Move cgit_version from shared.c to cgit.c
[ps-cgit] / cgit.c
diff --git a/cgit.c b/cgit.c
index b3dd1199c87baa72c5eec2de450f60bc8a90837e..3943a0f8ab3ed143d8492f6ee7ba8b3450ec4ee1 100644 (file)
--- a/cgit.c
+++ b/cgit.c
@@ -10,6 +10,8 @@
 #include "cmd.h"
 #include "ui-shared.h"
 
 #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"))
 void config_cb(const char *name, const char *value)
 {
        if (!strcmp(name, "root-title"))