diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2015-03-05 15:58:28 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2015-03-05 15:58:28 +0100 |
commit | 198d84a9e30fa40872f09e618d8b97344287a376 (patch) | |
tree | 519eb906f5fb2ed120efa878edc899c74d76aae6 /Makefile | |
parent | 3cb8e762780cb4bd8dc9d330d549e36d65ad4335 (diff) |
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 fce8a2c..a6935c0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all:: -CGIT_VERSION = v0.11.0 +CGIT_VERSION = v0.11.1 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) |