about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld2016-01-14 15:43:54 +0100
committerJason A. Donenfeld2016-01-14 15:43:54 +0100
commite64d5e04c3e22e713539da2b06e1052390aed43d (patch)
tree7f712de478552cdd9bde779fa10007f7241660c0 /Makefile
parentui-plain: add enable-html-serving flag (diff)
downloadcgit-e64d5e04c3e22e713539da2b06e1052390aed43d.tar.gz
cgit-e64d5e04c3e22e713539da2b06e1052390aed43d.zip
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 9bb9cd5..6590d8e 100644 --- a/Makefile +++ b/Makefile
@@ -1,6 +1,6 @@
1all:: 1all::
2 2
3CGIT_VERSION = v0.11.2 3CGIT_VERSION = v0.12
4CGIT_SCRIPT_NAME = cgit.cgi 4CGIT_SCRIPT_NAME = cgit.cgi
5CGIT_SCRIPT_PATH = /var/www/htdocs/cgit 5CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
6CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) 6CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)