diff --git a/README.md b/README.md index 5fd33824..a5308af5 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.0.2-Windows.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.2/Gearboy-3.0.2-Windows.zip) +- **Windows**: [Gearboy-3.0.3-Windows.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.3/Gearboy-3.0.3-Windows.zip) + NOTE: You may need to install the [Microsoft Visual C++ Redistributable](https://go.microsoft.com/fwlink/?LinkId=746572) - **macOS**: + `brew cask install gearboy` - + Or install manually: [Gearboy-3.0.2-macOS.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.2/Gearboy-3.0.2-macOS.zip) -- **Linux**: [Gearboy-3.0.2-Linux.tar.xz](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.2/Gearboy-3.0.2-Linux.tar.xz) + + Or install manually: [Gearboy-3.0.3-macOS.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.3/Gearboy-3.0.3-macOS.zip) +- **Linux**: [Gearboy-3.0.3-Linux.tar.xz](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.3/Gearboy-3.0.3-Linux.tar.xz) - **iOS**: Build Gearboy with Xcode and transfer it to your device. You can open rom files from other apps like Safari or Dropbox, or use your iCloud Drive. - **RetroArch**: [Libretro core documentation](https://docs.libretro.com/library/gearboy/). - **Raspberry Pi**: Build Gearboy from sources. Optimized projects are provided for Raspberry Pi 1, 2 and 3. diff --git a/src/definitions.h b/src/definitions.h index 7594a239..adaee847 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -31,7 +31,7 @@ //#define DEBUG_GEARBOY 1 #define GEARBOY_TITLE "Gearboy" -#define GEARBOY_VERSION "3.0.2" +#define GEARBOY_VERSION "3.0.3" #ifndef EMULATOR_BUILD #define EMULATOR_BUILD "undefined"