Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed May 7, 2020
1 parent b31142c commit cc3460b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.4-Windows.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.4/Gearboy-3.0.4-Windows.zip)
- **Windows**: [Gearboy-3.1.0-Windows.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.1.0/Gearboy-3.1.0-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.4-macOS.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.4/Gearboy-3.0.4-macOS.zip)
- **Linux**: [Gearboy-3.0.4-Linux.tar.xz](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.0.4/Gearboy-3.0.4-Linux.tar.xz)
+ Or install manually: [Gearboy-3.1.0-macOS.zip](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.1.0/Gearboy-3.1.0-macOS.zip)
- **Linux**: [Gearboy-3.1.0-Linux.tar.xz](https://github.com/drhelius/Gearboy/releases/download/gearboy-3.1.0/Gearboy-3.1.0-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, 3 and 4.
Expand All @@ -37,7 +37,7 @@ Please, consider [sponsoring](https://github.com/sponsors/drhelius) and followin
- Compressed rom support (ZIP).
- Game Genie and GameShark cheat support.
- Supported platforms: Windows, Linux, macOS, Raspberry Pi, iOS and RetroArch (libretro).
- Full debugger with disassembler, breakpoints, debug symbols, memory editor, IO inspector and and VRAM viewer.
- Full debugger with disassembler, breakpoints, debug symbols, memory editor, IO inspector and and VRAM viewer including tiles, sprites, backgrounds and palettes.

## Build Instructions

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.4"
#define GEARBOY_VERSION "3.1.0"

#ifndef EMULATOR_BUILD
#define EMULATOR_BUILD "undefined"
Expand Down

0 comments on commit cc3460b

Please sign in to comment.