author | Lars Hjemli <hjemli@gmail.com> | 2007-09-08 17:10:37 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-09-08 17:10:37 (UTC) |
commit | 4beecc9a1873a603cd9b438e317ca385c79af92d (patch) (side-by-side diff) | |
tree | 3d1b8b947e05d7f1b80bc544c18263587e3e4f68 /Makefile | |
parent | 6bfed7d23326899554f883cf681fc6182684a978 (diff) | |
download | cgit-0.6.2.zip cgit-0.6.2.tar.gz cgit-0.6.2.tar.bz2 |
cgit v0.6.2v0.6.2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,13 +1,13 @@ -CGIT_VERSION = v0.6.1 +CGIT_VERSION = v0.6.2 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_CONFIG = /etc/cgitrc CACHE_ROOT = /var/cache/cgit SHA1_HEADER = <openssl/sha.h> GIT_VER = 1.5.3.1 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 # # Let the user override the above settings. # -include cgit.conf |