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