Release version 1.05 - sacc - sacc(omys), simple console gopher client
(HTM) git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit edbf8409a1e281d17422e7b12b5edd3832b4429d
(DIR) parent c2e060c906af4fd970cb2b9ee2e3c05c83db1582
(HTM) Author: Quentin Rameau <quinq@fifth.space>
Date: Sun, 28 Nov 2021 15:29:13 +0100
Release version 1.05
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.mk b/config.mk
@@ -3,7 +3,7 @@ PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man/man1
# Version to put in the ident string
-VERSION = "1.04"
+VERSION = "1.05"
GETVER = $$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 && \
git describe --tags || echo $(VERSION))