We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5d5e5 commit e850be9Copy full SHA for e850be9
tile2ee/README
@@ -101,5 +101,5 @@ or contact me by private message on the same forum.
101
Version history
102
---------------
103
104
-v0.1 (2015-??-??)
+v0.1 (2015-07-03)
105
* Initial release
tile2ee/Version.cpp
@@ -22,8 +22,8 @@ THE SOFTWARE.
22
#include "Version.hpp"
23
24
int vers_major = 0;
25
-int vers_minor = 0;
26
-int vers_patch = 1;
27
-char vers_suffix[] = "beta";
+int vers_minor = 1;
+int vers_patch = 0;
+char vers_suffix[] = "";
28
char prog_name[] = "tile2ee";
29
char author[] = "Argent77";
0 commit comments