Skip to content

Commit

Permalink
release: v3.4.3 | v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Jan 22, 2025
1 parent f7bce6c commit 3e5a7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Common/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
// 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.2" // netplay version
#define SLIPPI_REV_STR "3.4.3" // netplay version
#else
#define SLIPPI_REV_STR "3.4.3" // playback version
#define SLIPPI_REV_STR "3.4.4" // playback version
#endif
#ifdef IS_PLAYBACK
const std::string scm_rev_str = "Faster Melee - Slippi (" SLIPPI_REV_STR ") - Playback";
Expand Down

0 comments on commit 3e5a7d6

Please sign in to comment.