Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Aug 13, 2021
1 parent b9622a9 commit 48cdd45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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**: [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/).

Expand Down
4 changes: 2 additions & 2 deletions platforms/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>CFBundleVersion</key>
<string>3.3.1</string>
<string>3.4.0</string>
<key>CFBundleShortVersionString</key>
<string>3.3.1</string>
<string>3.4.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 48cdd45

Please sign in to comment.