diff options
author | Jason A. Donenfeld | 2014-06-30 15:15:35 +0200 |
---|---|---|
committer | Jason A. Donenfeld | 2014-06-30 15:15:35 +0200 |
commit | eeaffc33432d3cf91902cac3eab50c0598bdaa19 (patch) | |
tree | c81aac69598579330bdde8af9c2ca7ea73650eab /Makefile | |
parent | remove debug fprinf() calls that sneaked in with commit 79c985 (diff) | |
download | cgit-eeaffc33432d3cf91902cac3eab50c0598bdaa19.tar.gz cgit-eeaffc33432d3cf91902cac3eab50c0598bdaa19.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 c943aab..bf8be02 100644 --- a/Makefile +++ b/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | all:: | 1 | all:: |
2 | 2 | ||
3 | CGIT_VERSION = v0.10.1 | 3 | CGIT_VERSION = v0.10.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) |