From: John Keeping Date: Wed, 6 Mar 2013 21:22:07 +0000 (+0000) Subject: ui-patch: use cgit_version not CGIT_VERSION X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/1a6feaf5fafdaec4a1adb1c0d54b95106122ede5?hp=1a6feaf5fafdaec4a1adb1c0d54b95106122ede5 ui-patch: use cgit_version not CGIT_VERSION We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping ---