diff options
author | Jason A. Donenfeld | 2015-03-13 16:22:11 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2015-03-13 16:22:11 +0100 |
commit | cadbb69990d232ce49547190b1cff2b57fc8b438 (patch) | |
tree | abec1bcd086cf1bcfd69bbf9a232a71b4286ec8d /Makefile | |
parent | Remove no-op link from submodule entries (diff) | |
download | cgit-cadbb69990d232ce49547190b1cff2b57fc8b438.tar.gz cgit-cadbb69990d232ce49547190b1cff2b57fc8b438.zip |
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 @@ | |||
1 | all:: | 1 | all:: |
2 | 2 | ||
3 | CGIT_VERSION = v0.11.1 | 3 | CGIT_VERSION = v0.11.2 |
4 | CGIT_SCRIPT_NAME = cgit.cgi | 4 | CGIT_SCRIPT_NAME = cgit.cgi |
5 | CGIT_SCRIPT_PATH = /var/www/htdocs/cgit | 5 | CGIT_SCRIPT_PATH = /var/www/htdocs/cgit |
6 | CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) | 6 | CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) |