geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 8c3240e00e39e5a56605b97553b0a14ad0eae2dd
parent da7debecdf8cc1f05d3d0408b459b229cb9ef702
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon,  7 Aug 2017 08:55:19 +0200

Change version number for new release.

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ # geomyidae - a tiny, standalone gopherd written in C # See LICENSE file for copyright and license details. NAME = geomyidae -VERSION = 0.26.3 +VERSION = 0.28 PREFIX ?= /usr BINDIR ?= $(PREFIX)/bin