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 fa01f6b..81541f9 100644 --- a/src/Savestate.h +++ b/src/Savestate.h @@ -22,7 +22,7 @@ #include <stdio.h> #include "types.h" -#define SAVESTATE_MAJOR 1 +#define SAVESTATE_MAJOR 2 #define SAVESTATE_MINOR 0 class Savestate |