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>
此提交包含在:
Lars Hjemli
2008-03-24 23:10:59 +01:00
父節點 df90b51baf
當前提交 92908af455
共有 3 個檔案被更改,包括 5 行新增3 行删除

查看文件

@@ -12,8 +12,6 @@ struct cgit_repolist cgit_repolist;
struct cgit_context ctx;
int cgit_cmd;
const char *cgit_version = CGIT_VERSION;
int chk_zero(int result, char *msg)
{
if (result != 0)