diff options
author | June McEnroe | 2022-05-17 21:56:05 +0000 |
---|---|---|
committer | June McEnroe | 2022-05-17 21:56:05 +0000 |
commit | 26ac844661e95ee1ff3ddf4f8691de9904dad783 (patch) | |
tree | 01c4790c535bb816c544ae1b65e551a00d9a66d3 | |
parent | Fix bad free in cgit_diff_tree (diff) | |
download | cgit-26ac844661e95ee1ff3ddf4f8691de9904dad783.tar.gz cgit-26ac844661e95ee1ff3ddf4f8691de9904dad783.zip |
Bump version to 1.4.1
-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 @@ | |||
1 | all:: | 1 | all:: |
2 | 2 | ||
3 | CGIT_VERSION = 1.4.0 | 3 | CGIT_VERSION = 1.4.1 |
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) |