Skip to content

Commit

Permalink
release(netplay): v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Jul 30, 2024
1 parent 2d63a48 commit 8e9b34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// if releasing both builds, use `release: {combined_version}` or `release: {netplay_version} | {playback_version}`
// for releasing a single build, use `release(netplay): {netplay_version}` or `release(playback): {playback_version}`
#ifndef IS_PLAYBACK
#define SLIPPI_REV_STR "3.4.1" // netplay version
#define SLIPPI_REV_STR "3.4.2" // netplay version
#else
#define SLIPPI_REV_STR "3.4.3" // playback version
#endif
Expand Down

0 comments on commit 8e9b34c

Please sign in to comment.