From: Tj Date: Tue, 29 Mar 2016 16:28:18 +0000 (+0100) Subject: bump version to 1.3 X-Git-Tag: v1.3^0 X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=cfe_generate_password.git;a=commitdiff_plain;h=b5e245436c5277ec0ac03df8523145c8dfec6008 bump version to 1.3 Signed-off-by: Tj --- 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;