about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld2015-03-13 16:22:11 +0100
committerJason A. Donenfeld2015-03-13 16:22:11 +0100
commitcadbb69990d232ce49547190b1cff2b57fc8b438 (patch)
treeabec1bcd086cf1bcfd69bbf9a232a71b4286ec8d /Makefile
parentRemove no-op link from submodule entries (diff)
downloadcgit-cadbb69990d232ce49547190b1cff2b57fc8b438.tar.gz
cgit-cadbb69990d232ce49547190b1cff2b57fc8b438.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 42ed230..043601f 100644 --- a/Makefile +++ b/Makefile
@@ -1,6 +1,6 @@
1all:: 1all::
2 2
3CGIT_VERSION = v0.11.1 3CGIT_VERSION = v0.11.2
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)