aboutsummaryrefslogtreecommitdiff
path: root/src/Savestate.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-30 03:12:42 +0200
committerArisotura <thetotalworm@gmail.com>2020-05-30 03:12:42 +0200
commit2327de2423fbf0a0a8548587deb29df25c1c1432 (patch)
tree61897a86413941c7b2757f5bddd725293abc09c5 /src/Savestate.h
parentf5eeca67b4a0e79c8915b2862b9f9e9c29a56ffd (diff)
parent4b57416552ec2fa95216e2b044559f215723bf70 (diff)
Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi
Diffstat (limited to 'src/Savestate.h')
-rw-r--r--src/Savestate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Savestate.h b/src/Savestate.h
index ef86f3c..a5447b3 100644
--- a/src/Savestate.h
+++ b/src/Savestate.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016-2019 Arisotura
+ Copyright 2016-2020 Arisotura
This file is part of melonDS.
@@ -22,8 +22,8 @@
#include <stdio.h>
#include "types.h"
-#define SAVESTATE_MAJOR 4
-#define SAVESTATE_MINOR 1
+#define SAVESTATE_MAJOR 6
+#define SAVESTATE_MINOR 0
class Savestate
{