Skip to content

Commit 48cdd45

Browse files
committed
Bump version to 3.4.0
1 parent b9622a9 commit 48cdd45

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Please, consider [sponsoring](https://github.com/sponsors/drhelius) and followin
1212

1313
## Downloads
1414

15-
- **Windows**: [Gearsystem-3.3.0-Windows.zip](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-3.3.0/Gearsystem-3.3.0-Windows.zip)
15+
- **Windows**: [Gearsystem-3.4.0-Windows.zip](https://github.com/drhelius/Gearsystem/releases/download/gearsystem-3.4.0/Gearsystem-3.4.0-Windows.zip)
1616
- NOTE: You may need to install the [Microsoft Visual C++ Redistributable](https://go.microsoft.com/fwlink/?LinkId=746572)
1717
- **macOS**:
1818
- `brew install --cask gearsystem`
19-
- 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)
20-
- **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)
19+
- 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)
20+
- **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)
2121
- NOTE: You may need to install `libsdl2` and `libglew`
2222
- **RetroArch**: [Libretro core documentation](https://libretro.readthedocs.io/en/latest/library/gearsystem/).
2323

platforms/macos/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<key>NSHighResolutionCapable</key>
1818
<string>True</string>
1919
<key>CFBundleVersion</key>
20-
<string>3.3.1</string>
20+
<string>3.4.0</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>3.3.1</string>
22+
<string>3.4.0</string>
2323
</dict>
2424
</plist>

src/definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#endif
3939

4040
#define GEARSYSTEM_TITLE "Gearsystem"
41-
#define GEARSYSTEM_VERSION "3.3.1"
41+
#define GEARSYSTEM_VERSION "3.4.0"
4242

4343
#ifndef EMULATOR_BUILD
4444
#define EMULATOR_BUILD "undefined"

0 commit comments

Comments
 (0)