Bump up version and LICENSE. - geomyidae - a small C-based gopherd (mirror) | |
git clone git://git.codemadness.org/geomyidae | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 666c891cb2fa5ddd436e1cd0662f0c3e3d2ed142 | |
parent 0e9b1dd3e874665fdf6377ef52f3f41b8b29d155 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 26 Aug 2023 16:42:28 +0200 | |
Bump up version and LICENSE. | |
Diffstat: | |
M LICENSE | 4 ++-- | |
M Makefile | 2 +- | |
2 files changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,7 +1,7 @@ | |
MIT/X Consortium License | |
-© 2006-2019 Christoph Lohmann <[email protected]> | |
-© 2015-2017 Hiltjo Posthuma <[email protected]> | |
+© 2006-2023 Christoph Lohmann <[email protected]> | |
+© 2015-2023 Hiltjo Posthuma <[email protected]> | |
© 2007 Jeff Woodall <[email protected]> | |
© 2008 J. A. Neitzel <[email protected]> | |
© 2010-2011 James Penketh <[email protected]> | |
diff --git a/Makefile b/Makefile | |
@@ -3,7 +3,7 @@ | |
.POSIX: | |
NAME = geomyidae | |
-VERSION = 0.72 | |
+VERSION = 0.96 | |
PREFIX = /usr/local | |
BINDIR = ${PREFIX}/bin |