about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJune McEnroe2022-05-15 13:10:57 -0400
committerJune McEnroe2022-05-15 13:10:57 -0400
commit4a30da89c936102afc1666f106cc007ef5f2e1c0 (patch)
tree40940de8555b28490104c055ba27f273c06567e1
parentTolerate short writes in print_slot (diff)
downloadcgit-4a30da89c936102afc1666f106cc007ef5f2e1c0.tar.gz
cgit-4a30da89c936102afc1666f106cc007ef5f2e1c0.zip
Bump version to 1.4.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index d436486..f7eaaff 100644 --- a/Makefile +++ b/Makefile
@@ -1,6 +1,6 @@
1all:: 1all::
2 2
3CGIT_VERSION = 1.3.0 3CGIT_VERSION = 1.4.0
4CGIT_SCRIPT_NAME = cgit.cgi 4CGIT_SCRIPT_NAME = cgit.cgi
5CGIT_SCRIPT_PATH = /var/www/htdocs/cgit 5CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
6CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) 6CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)