]> git.cameronkatri.com Git - cgit.git/commit
Move cgit_version from shared.c to cgit.c
authorLars Hjemli <hjemli@gmail.com>
Mon, 24 Mar 2008 22:10:59 +0000 (23:10 +0100)
committerLars Hjemli <hjemli@gmail.com>
Mon, 24 Mar 2008 22:27:16 +0000 (23:27 +0100)
commit92908af4558d7362c7deeb05254343a5a5f11a05
tree6913a6f567375446fb680bc7e94dbabb5d8e496d
parentdf90b51bafec24336cf30339b2978ff6df22b075
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>
Makefile
cgit.c
shared.c