Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Apr 19, 2020
1 parent 57ab08d commit bd88dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd88dae

Please sign in to comment.