mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 09:34:43 +02:00
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>
This commit is contained in:
parent
df90b51baf
commit
92908af455
3 changed files with 5 additions and 3 deletions
2
shared.c
2
shared.c
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue