bump version to 1.3
[cfe_generate_password.git] / 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;