Skip to content

Commit 9514efe

Browse files
committed
BAHAHAHAHAHAHAAAAA-+*~+
1 parent aed92e5 commit 9514efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(CMAKE_C_STANDARD 11)
1616
set(CMAKE_CXX_STANDARD 17)
1717
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
1818

19-
set(MELONDS_VERSION "0.9.2")
19+
set(MELONDS_VERSION "0.9.3")
2020
add_compile_definitions(MELONDS_VERSION="${MELONDS_VERSION}")
2121
string(REPLACE "." ";" VERSION_LIST ${MELONDS_VERSION})
2222
# For the melon.rc file used on Windows

src/Savestate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <stdio.h>
2323
#include "types.h"
2424

25-
#define SAVESTATE_MAJOR 8
25+
#define SAVESTATE_MAJOR 9
2626
#define SAVESTATE_MINOR 0
2727

2828
class Savestate

0 commit comments

Comments
 (0)