diff options
author | June McEnroe <june@causal.agency> | 2022-05-15 13:10:57 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-05-15 13:10:57 -0400 |
commit | 4a30da89c936102afc1666f106cc007ef5f2e1c0 (patch) | |
tree | 40940de8555b28490104c055ba27f273c06567e1 /Makefile | |
parent | Tolerate short writes in print_slot (diff) | |
download | cgit-pink-1.4.0.tar.gz cgit-pink-1.4.0.zip |
Bump version to 1.4.0 1.4.0
Diffstat (limited to '')
-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 @@ all:: -CGIT_VERSION = 1.3.0 +CGIT_VERSION = 1.4.0 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) |