URI: 
       Release version 1.04 - sacc - sacc(omys), simple console gopher client
  HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit ed632c2c8f6b6c64acda2883a04a2739ebf3cf0f
   DIR parent 1bd2e5661b9c3646a8ddf2862eadf766666f52c6
  HTML Author: Quentin Rameau <quinq@fifth.space>
       Date:   Sun, 10 Oct 2021 23:08:23 +0200
       
       Release version 1.04
       
       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.03"
       +VERSION = "1.04"
        GETVER = $$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 && \
                    git describe --tags || echo $(VERSION))