Skip to content

Commit

Permalink
BAHAHAHAHAHAHAAAAA-+*~+
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisotura committed Sep 1, 2021
1 parent aed92e5 commit 9514efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

set(MELONDS_VERSION "0.9.2")
set(MELONDS_VERSION "0.9.3")
add_compile_definitions(MELONDS_VERSION="${MELONDS_VERSION}")
string(REPLACE "." ";" VERSION_LIST ${MELONDS_VERSION})
# For the melon.rc file used on Windows
Expand Down
2 changes: 1 addition & 1 deletion src/Savestate.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <stdio.h>
#include "types.h"

#define SAVESTATE_MAJOR 8
#define SAVESTATE_MAJOR 9
#define SAVESTATE_MINOR 0

class Savestate
Expand Down

1 comment on commit 9514efe

@ObscenityIB
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that commit title tho

Please sign in to comment.