From 281e88b5e9b2de54a85b182e323be882097f8712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Mon, 8 Jun 2020 20:30:54 +0000 Subject: [PATCH] Bump to 0.10 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 523ab2c..a37caef 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 9U +#define S_VER_MINOR 10U #define S_ENTRYSIZE 512U #define S_PWDGENLEN 25U #define S_KEYLENMAX 255U