Skip to content

Commit

Permalink
Iterate version to 0.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jan 9, 2023
1 parent 4b0057f commit e9eb4d8
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.72.0
VERSION 0.72.1
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 @@ -203,7 +203,7 @@ class GameState
bool m_bLoadingNextSong;
[[nodiscard]] auto GetLoadingCourseSongIndex() const -> int;

static auto GetEtternaVersion() -> std::string { return "0.72.0"; }
static auto GetEtternaVersion() -> std::string { return "0.72.1"; }

/* 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 e9eb4d8

Please sign in to comment.