diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-06-30 15:15:35 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-06-30 15:15:35 +0200 |
commit | eeaffc33432d3cf91902cac3eab50c0598bdaa19 (patch) | |
tree | c81aac69598579330bdde8af9c2ca7ea73650eab /Makefile | |
parent | 4b91269bdbc21a664cc56c26d6071c630560f2e0 (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 c943aab..bf8be02 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all:: -CGIT_VERSION = v0.10.1 +CGIT_VERSION = v0.10.2 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) |