bump version to 1.3 v1.3
authorTj <hacker@iam.tj>
Tue, 29 Mar 2016 16:28:18 +0000 (17:28 +0100)
committerTj <hacker@iam.tj>
Tue, 29 Mar 2016 16:28:18 +0000 (17:28 +0100)
Signed-off-by: Tj <hacker@iam.tj>
cfe_generate_password.c

index d51c0b9..dd5beb4 100644 (file)
@@ -81,7 +81,7 @@
 #include <string.h>
 #include <time.h>
 
-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;