From b5e245436c5277ec0ac03df8523145c8dfec6008 Mon Sep 17 00:00:00 2001 From: Tj Date: Tue, 29 Mar 2016 17:28:18 +0100 Subject: [PATCH 1/1] bump version to 1.3 Signed-off-by: Tj --- 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 d51c0b9..dd5beb4 100644 --- a/cfe_generate_password.c +++ b/cfe_generate_password.c @@ -81,7 +81,7 @@ #include #include -static const float VERSION = 1.2f; +static const float VERSION = 1.3f; static const size_t TIMESTAMP_SIZE = 8; static const size_t SEED_SIZE = 12; static const size_t PASSWORD_SIZE = 8; -- 2.17.1