about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJason A. Donenfeld2014-01-17 16:09:16 +0100
committerJason A. Donenfeld2014-01-17 16:09:16 +0100
commit6952f164c10689e3c112dbef85e461a6246654be (patch)
tree8193cb7c9104378b51a7a9e70a97bfdb38f5dcda
parentmailmap: source before lighttpd (diff)
downloadcgit-6952f164c10689e3c112dbef85e461a6246654be.tar.gz
cgit-6952f164c10689e3c112dbef85e461a6246654be.zip
makefile: bump version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 9930570..2dc92df 100644 --- a/Makefile +++ b/Makefile
@@ -1,6 +1,6 @@
1all:: 1all::
2 2
3CGIT_VERSION = v0.9.2 3CGIT_VERSION = v0.10
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)