Version 1.2 v1.2
authorTj <hacker@iam.tj>
Thu, 8 Oct 2015 00:29:25 +0000 (01:29 +0100)
committerTj <hacker@iam.tj>
Thu, 8 Oct 2015 00:29:25 +0000 (01:29 +0100)
cfe_generate_password.c

index 927b9e6..7c5fb05 100644 (file)
@@ -60,7 +60,7 @@
 #include <stdarg.h>
 #include <string.h>
 
-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;