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>
Tento commit je obsažen v:
Lars Hjemli
2008-03-24 23:10:59 +01:00
rodič df90b51baf
revize 92908af455
3 změnil soubory, kde provedl 5 přidání a 3 odebrání

2
cgit.c
Zobrazit soubor

@@ -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"))