aboutsummaryrefslogtreecommitdiff
path: root/src/Savestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Savestate.h')
-rw-r--r--src/Savestate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Savestate.h b/src/Savestate.h
index 60d00e7..4793b77 100644
--- a/src/Savestate.h
+++ b/src/Savestate.h
@@ -22,8 +22,8 @@
#include <stdio.h>
#include "types.h"
-#define SAVESTATE_MAJOR 4
-#define SAVESTATE_MINOR 1
+#define SAVESTATE_MAJOR 5
+#define SAVESTATE_MINOR 0
class Savestate
{