Skip to content

Commit

Permalink
Chore: Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurumaker72 committed Dec 4, 2024
1 parent 3070c25 commit e1abe8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions view/gui/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@

#ifdef UNICODE

#define MUPEN_VERSION L"Mupen 64 1.1.9 x64U"
#define MUPEN_VERSION L"Mupen 64 1.2.0 x64U"

#else

#define MUPEN_VERSION L"Mupen 64 1.1.9 x64A"
#define MUPEN_VERSION L"Mupen 64 1.2.0 x64A"

#endif

#else

#ifdef UNICODE

#define MUPEN_VERSION L"Mupen 64 1.1.9 x86U"
#define MUPEN_VERSION L"Mupen 64 1.2.0 x86U"

#else

#define MUPEN_VERSION L"Mupen 64 1.1.9 x86A"
#define MUPEN_VERSION L"Mupen 64 1.2.0 x86A"

#endif

Expand Down

0 comments on commit e1abe8b

Please sign in to comment.