diff options
Diffstat (limited to 'src/Savestate.h')
-rw-r--r-- | src/Savestate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Savestate.h b/src/Savestate.h index c3c2e1d..ae8fced 100644 --- a/src/Savestate.h +++ b/src/Savestate.h @@ -22,7 +22,7 @@ #include <stdio.h> #include "types.h" -#define SAVESTATE_MAJOR 6 +#define SAVESTATE_MAJOR 7 #define SAVESTATE_MINOR 0 class Savestate |