version number set to 4.3.0.2
[rocksndiamonds.git] / src / main.h
index fe41a2c5887a878c843391c3b8597b8822e2aedd..bf92901f8f1b74d62bc51b3481a2fa3080d5bb5d 100644 (file)
@@ -2574,8 +2574,8 @@ enum
 
 // program information and versioning definitions
 #define PROGRAM_VERSION_SUPER          4
-#define PROGRAM_VERSION_MAJOR          2
-#define PROGRAM_VERSION_MINOR          3
+#define PROGRAM_VERSION_MAJOR          3
+#define PROGRAM_VERSION_MINOR          0
 #define PROGRAM_VERSION_PATCH          2
 #define PROGRAM_VERSION_EXTRA          ""
 
@@ -3268,8 +3268,9 @@ struct GlobalInfo
 {
   char *autoplay_leveldir;
   int autoplay_level[MAX_TAPES_PER_SET];
+  int autoplay_mode;
   boolean autoplay_all;
-  boolean autoplay_mode;
+  time_t autoplay_time;
 
   char *patchtapes_mode;
   char *patchtapes_leveldir;