From d778fe664ce805677f3f9481b38e8301a90eb879 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines Date: Fri, 13 Aug 2021 23:15:08 +0200 Subject: [PATCH] Push version to 3.4.0 --- README.md | 6 +++--- platforms/macos/Info.plist | 4 ++-- src/definitions.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 171ac445..8a88ffe1 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Please, consider [sponsoring](https://github.com/sponsors/drhelius) and followin ## Downloads -- **Windows**: [Gearboy-3.3.0-Windows.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.3.0/Gearboy-3.3.0-Windows.zip) +- **Windows**: [Gearboy-3.4.0-Windows.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.4.0/Gearboy-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 gearboy` - + Or install manually: [Gearboy-3.3.0-macOS.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.3.0/Gearboy-3.3.0-macOS.zip) -- **Linux**: [Gearboy-3.3.0-Linux.tar.xz](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.3.0/Gearboy-3.3.0-Linux.tar.xz) + + Or install manually: [Gearboy-3.4.0-macOS.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.4.0/Gearboy-3.4.0-macOS.zip) +- **Linux**: [Gearboy-3.4.0-Linux.tar.xz](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.4.0/Gearboy-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/gearboy/). diff --git a/platforms/macos/Info.plist b/platforms/macos/Info.plist index 5ee7ff9a..4a604b4a 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 9f20344e..ac505067 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -38,7 +38,7 @@ #endif #define GEARBOY_TITLE "Gearboy" -#define GEARBOY_VERSION "3.3.1" +#define GEARBOY_VERSION "3.4.0" #ifndef EMULATOR_BUILD #define EMULATOR_BUILD "undefined"