about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli2011-07-21 14:23:50 +0000
committerLars Hjemli2011-07-21 14:24:10 +0000
commit654ebb55d4e436ad145061ffb87111cbfcd88565 (patch)
tree3a351d961191db02d96ed5a0d7ae9d94db46d14d /Makefile
parenthtml.c: avoid out-of-bounds access for url_escape_table (diff)
downloadcgit-654ebb55d4e436ad145061ffb87111cbfcd88565.tar.gz
cgit-654ebb55d4e436ad145061ffb87111cbfcd88565.zip
CGIT 0.9.0.2
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f6d6968..3ddd728 100644 --- a/Makefile +++ b/Makefile
@@ -1,4 +1,4 @@
1CGIT_VERSION = v0.9.0.1 1CGIT_VERSION = v0.9.0.2
2CGIT_SCRIPT_NAME = cgit.cgi 2CGIT_SCRIPT_NAME = cgit.cgi
3CGIT_SCRIPT_PATH = /var/www/htdocs/cgit 3CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
4CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) 4CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)