diff options
author | June McEnroe | 2022-05-15 13:10:57 -0400 |
---|---|---|
committer | June McEnroe | 2022-05-15 13:10:57 -0400 |
commit | 4a30da89c936102afc1666f106cc007ef5f2e1c0 (patch) | |
tree | 40940de8555b28490104c055ba27f273c06567e1 /Makefile | |
parent | Tolerate short writes in print_slot (diff) | |
download | cgit-4a30da89c936102afc1666f106cc007ef5f2e1c0.tar.gz cgit-4a30da89c936102afc1666f106cc007ef5f2e1c0.zip |
Bump version to 1.4.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 @@ | |||
1 | all:: | 1 | all:: |
2 | 2 | ||
3 | CGIT_VERSION = 1.3.0 | 3 | CGIT_VERSION = 1.4.0 |
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) |