Version 1.2
[cfe_generate_password.git] / 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;