author | Lars Hjemli <hjemli@gmail.com> | 2007-11-03 10:35:55 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-11-03 10:35:55 (UTC) |
commit | e36365c6841703e569fcaf20bfc415ee0489c76f (patch) (side-by-side diff) | |
tree | 423950221807dc7d03c8e45cff6b2a8e42a3cff9 | |
parent | c2f75225b49582702f98e656a2fd2e963c2ae667 (diff) | |
download | cgit-0.7.zip cgit-0.7.tar.gz cgit-0.7.tar.bz2 |
CGIT 0.7v0.7
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,13 +1,13 @@ -CGIT_VERSION = v0.6.3 +CGIT_VERSION = v0.7 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.5 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 |