From a4c6a3877ad4bceb90a37297ab7416f74121c648 Mon Sep 17 00:00:00 2001 From: Tj Date: Thu, 8 Oct 2015 01:29:25 +0100 Subject: [PATCH] Version 1.2 --- cfe_generate_password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfe_generate_password.c b/cfe_generate_password.c index 927b9e6..7c5fb05 100644 --- a/cfe_generate_password.c +++ b/cfe_generate_password.c @@ -60,7 +60,7 @@ #include #include -static const float VERSION = 1.1f; +static const float VERSION = 1.2f; static const size_t TIMESTAMP_SIZE = 6; static const size_t SEED_SIZE = 12; static const size_t PASSWORD_SIZE = 8; -- 2.17.1