about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld2016-11-23 05:24:26 +0100
committerJason A. Donenfeld2016-11-23 05:24:36 +0100
commit8e9ddd21a50beb9fd660cf6cd6a583234924b932 (patch)
tree9e78006b50975ffd1adce85907c1cdfa90a5dac2 /Makefile
parentcss: highlight even table rows and skip empty rows (diff)
downloadcgit-8e9ddd21a50beb9fd660cf6cd6a583234924b932.tar.gz
cgit-8e9ddd21a50beb9fd660cf6cd6a583234924b932.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 1fe00c4..1ab2905 100644 --- a/Makefile +++ b/Makefile
@@ -1,6 +1,6 @@
1all:: 1all::
2 2
3CGIT_VERSION = v1.0 3CGIT_VERSION = v1.1
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)