diff --git a/README.md b/README.md index fc2ed370..bf5c99ad 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Please, consider [sponsoring](https://github.com/sponsors/drhelius) and followin ## Downloads -- **Windows**: [Gearsystem-3.3.0-Windows.zip](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-3.3.0/Gearsystem-3.3.0-Windows.zip) +- **Windows**: [Gearsystem-3.4.0-Windows.zip](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-3.4.0/Gearsystem-3.4.0-Windows.zip) - NOTE: You may need to install the [Microsoft Visual C++ Redistributable](https://go.microsoft.com/fwlink/?LinkId=746572) - **macOS**: - `brew install --cask gearsystem` - - Or install manually: [Gearsystem-3.3.0-macOS.zip](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-3.3.0/Gearsystem-3.3.0-macOS.zip) -- **Linux**: [Gearsystem-3.3.0-Linux.tar.xz](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-3.3.0/Gearsystem-3.3.0-Linux.tar.xz) + - Or install manually: [Gearsystem-3.4.0-macOS.zip](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-3.4.0/Gearsystem-3.4.0-macOS.zip) +- **Linux**: [Gearsystem-3.4.0-Linux.tar.xz](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-3.4.0/Gearsystem-3.4.0-Linux.tar.xz) - NOTE: You may need to install `libsdl2` and `libglew` - **RetroArch**: [Libretro core documentation](https://libretro.readthedocs.io/en/latest/library/gearsystem/). diff --git a/platforms/macos/Info.plist b/platforms/macos/Info.plist index 0b161402..010ff292 100644 --- a/platforms/macos/Info.plist +++ b/platforms/macos/Info.plist @@ -17,8 +17,8 @@ NSHighResolutionCapable True CFBundleVersion - 3.3.1 + 3.4.0 CFBundleShortVersionString - 3.3.1 + 3.4.0 diff --git a/src/definitions.h b/src/definitions.h index 02357b19..e3d9330d 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -38,7 +38,7 @@ #endif #define GEARSYSTEM_TITLE "Gearsystem" -#define GEARSYSTEM_VERSION "3.3.1" +#define GEARSYSTEM_VERSION "3.4.0" #ifndef EMULATOR_BUILD #define EMULATOR_BUILD "undefined"