version number set to 4.1.4.1
[rocksndiamonds.git] / src / main.h
index 00740b421d665357c292c083506c199d68ede530..888f1c0432f4f38d62bb25a16dc6778cdea08e40 100644 (file)
@@ -2548,7 +2548,7 @@ enum
 // program information and versioning definitions
 #define PROGRAM_VERSION_SUPER          4
 #define PROGRAM_VERSION_MAJOR          1
-#define PROGRAM_VERSION_MINOR          3
+#define PROGRAM_VERSION_MINOR          4
 #define PROGRAM_VERSION_PATCH          1
 #define PROGRAM_VERSION_EXTRA          ""
 
@@ -2728,6 +2728,11 @@ struct MenuSetupButtonInfo
 {
   struct MenuPosInfo prev_player;
   struct MenuPosInfo next_player;
+
+  struct MenuPosInfo touch_back;
+  struct MenuPosInfo touch_next;
+  struct MenuPosInfo touch_back2;
+  struct MenuPosInfo touch_next2;
 };
 
 struct MenuSetupInfo