From 4372928147cd7985831c0f3d0cad2d9abc52611f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Wed, 3 Jun 2020 17:52:49 +0000 Subject: [PATCH] Bump to 0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- secret.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secret.c b/secret.c index 21d3299..98dff3a 100644 --- a/secret.c +++ b/secret.c @@ -20,7 +20,7 @@ #define S_COUNT(x) (sizeof(x) / sizeof((x)[0])) #define S_VER_MAJOR 0U -#define S_VER_MINOR 8U +#define S_VER_MINOR 9U #define S_ENTRYSIZE 512U #define S_PWDGENLEN 25U #define S_KEYLENMAX 255U