about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld2015-02-15 22:12:12 +0100
committerJason A. Donenfeld2015-02-15 22:12:12 +0100
commit5e3e665d60c3c1f25443d1cc0ff1f7f2fe5fbf94 (patch)
tree51832e76c2ca38644e59861fc476847626513ddf /Makefile
parentshrink cgit.png file size (diff)
downloadcgit-5e3e665d60c3c1f25443d1cc0ff1f7f2fe5fbf94.tar.gz
cgit-5e3e665d60c3c1f25443d1cc0ff1f7f2fe5fbf94.zip
Bump verison
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 3697795..03e3f7c 100644 --- a/Makefile +++ b/Makefile
@@ -1,6 +1,6 @@
1all:: 1all::
2 2
3CGIT_VERSION = v0.10.2 3CGIT_VERSION = v0.11.0
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)