version number set to 4.3.4.1
[rocksndiamonds.git] / src / main.h
index 0fc74cb2264f1ae2636e59d7eff73066fc899e9c..e062ed9fd2d0bd8837e4e7ef5962788108d3605a 100644 (file)
@@ -2611,7 +2611,7 @@ enum
 // program information and versioning definitions
 #define PROGRAM_VERSION_SUPER          4
 #define PROGRAM_VERSION_MAJOR          3
-#define PROGRAM_VERSION_MINOR          3
+#define PROGRAM_VERSION_MINOR          4
 #define PROGRAM_VERSION_PATCH          1
 #define PROGRAM_VERSION_EXTRA          ""
 
@@ -2750,6 +2750,7 @@ struct MenuMainButtonInfo
   struct MenuPosInfo insert_solution;
   struct MenuPosInfo play_solution;
 
+  struct MenuPosInfo levelset_info;
   struct MenuPosInfo switch_ecs_aga;
 };