diff options
author | June McEnroe <june@causal.agency> | 2022-05-17 21:56:05 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-05-17 21:56:05 +0000 |
commit | 26ac844661e95ee1ff3ddf4f8691de9904dad783 (patch) | |
tree | 01c4790c535bb816c544ae1b65e551a00d9a66d3 /Makefile | |
parent | Fix bad free in cgit_diff_tree (diff) | |
download | cgit-pink-1.4.1.tar.gz cgit-pink-1.4.1.zip |
Bump version to 1.4.1 1.4.1
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f7eaaff..5967a32 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all:: -CGIT_VERSION = 1.4.0 +CGIT_VERSION = 1.4.1 CGIT_SCRIPT_NAME = cgit.cgi CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH) |