commit 2bfdbb2f891cddb5f7f1c720f846305223475f7e
parent 9345ac12d48c29a69fc270be17f973537027e456
Author: Tim Kuijsten <info+git@netsend.nl>
Date: Sun, 15 Dec 2019 16:02:42 +0100
release v0.2.1
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-15, Version 0.2.1
+
+* tweak documentation
+
+
2019-12-13, Version 0.2.0
* update key space and computation examples based on a source from November 2019
diff --git a/Makefile b/Makefile
@@ -15,7 +15,7 @@ INSTALL_MAN= install -m 444
VERSION_MAJOR = 0
VERSION_MINOR = 2
-VERSION_PATCH = 0
+VERSION_PATCH = 1
rpass: rpass.c
${CC} ${CFLAGS} -DVERSION_MAJOR=${VERSION_MAJOR} \