diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-01-17 16:09:16 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-01-17 16:09:16 +0100 |
commit | 6952f164c10689e3c112dbef85e461a6246654be (patch) | |
tree | 8193cb7c9104378b51a7a9e70a97bfdb38f5dcda | |
parent | mailmap: source before lighttpd (diff) | |
download | cgit-pink-6952f164c10689e3c112dbef85e461a6246654be.tar.gz cgit-pink-6952f164c10689e3c112dbef85e461a6246654be.zip |
makefile: bump version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 @@ all:: -CGIT_VERSION = v0.9.2 +CGIT_VERSION = v0.10 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) |