Skip to content

Commit

Permalink
Iterate version to 0.70.1
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jul 6, 2020
1 parent 268997e commit 20a2b33
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMake/CPack/Windows/ProductInfo.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

!define PRODUCT_ID "Etterna"
; TODO: This needs to be updated with the git rev hash
!define PRODUCT_VER "v0.70.0"
!define PRODUCT_VER "v0.70.1"
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
!define PRODUCT_BITMAP "ett"

Expand Down
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.70.0
VERSION 0.70.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 @@ -212,7 +212,7 @@ class GameState
bool m_bLoadingNextSong;
int GetLoadingCourseSongIndex() const;

std::string GetEtternaVersion() { return "0.70.0"; }
std::string GetEtternaVersion() { return "0.70.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 20a2b33

Please sign in to comment.