version number set to 4.2.0.1
[rocksndiamonds.git] / src / main.h
index 6c6c9830b5f51e03783e2ecbcc12afd8f64d0085..ae52c9feefde0829d432c9da56e220abc83e8ae1 100644 (file)
@@ -2557,9 +2557,9 @@ enum
 
 // program information and versioning definitions
 #define PROGRAM_VERSION_SUPER          4
-#define PROGRAM_VERSION_MAJOR          1
-#define PROGRAM_VERSION_MINOR          4
-#define PROGRAM_VERSION_PATCH          2
+#define PROGRAM_VERSION_MAJOR          2
+#define PROGRAM_VERSION_MINOR          0
+#define PROGRAM_VERSION_PATCH          1
 #define PROGRAM_VERSION_EXTRA          ""
 
 #define PROGRAM_TITLE_STRING           "Rocks'n'Diamonds"