Skip to content

Commit

Permalink
Iterate version to 0.74.3
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jan 11, 2025
1 parent f756d7d commit 8b057c7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

# PROJECT WIDE SETUP
project(Etterna
VERSION 0.74.2
VERSION 0.74.3
HOMEPAGE_URL https://github.com/etternagame/etterna/
LANGUAGES C CXX ASM)

Expand Down
Binary file modified Data/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Themes/_fallback/Graphics/Common splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Etterna/Singletons/GameState.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class GameState
bool m_bLoadingNextSong;
[[nodiscard]] auto GetLoadingCourseSongIndex() const -> int;

static auto GetEtternaVersion() -> std::string { return "0.74.2"; }
static auto GetEtternaVersion() -> std::string { return "0.74.3"; }

/* is this the best place for this? it's not exactly a pref, and we
* shouldn't be copying and pasting these values everywhere as needed j1-j4
Expand Down

0 comments on commit 8b057c7

Please sign in to comment.