File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Set up version numbers according to the new scheme.
2
2
set (SM_VERSION_MAJOR 0)
3
- set (SM_VERSION_MINOR 55 )
4
- set (SM_VERSION_PATCH 3 )
3
+ set (SM_VERSION_MINOR 56 )
4
+ set (SM_VERSION_PATCH 0 )
5
5
set (SM_VERSION_TRADITIONAL "${SM_VERSION_MAJOR} .${SM_VERSION_MINOR} .${SM_VERSION_PATCH} " )
6
6
7
7
execute_process (COMMAND git rev-parse --short HEAD
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ class GameState
213
213
bool m_bLoadingNextSong;
214
214
int GetLoadingCourseSongIndex () const ;
215
215
216
- RString GetEtternaVersion () { return " 0.55.3 " ; }
216
+ RString GetEtternaVersion () { return " 0.56.0-CalcOnly " ; }
217
217
bool isplaylistcourse = false ;
218
218
bool IsPlaylistCourse () { return isplaylistcourse; }
219
219
bool CountNotesSeparately ();
Original file line number Diff line number Diff line change 6
6
7
7
!define PRODUCT_ID "Etterna"
8
8
; TODO: This needs to be updated with the git rev hash
9
- !define PRODUCT_VER "v0.55.3 "
9
+ !define PRODUCT_VER "v0.56.0-CalcOnly "
10
10
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
11
11
!define PRODUCT_BITMAP "ett"
12
12
Original file line number Diff line number Diff line change 43
43
44
44
; don't forget to change this before releasing a new version.
45
45
; wish this could be automated, but it requires "X.Y.Z.a" format. -aj
46
- VIProductVersion " 0.55.3 .0"
46
+ VIProductVersion " 0.56.0 .0"
47
47
VIAddVersionKey " ProductName" " ${PRODUCT_ID}"
48
48
VIAddVersionKey " FileVersion" " ${PRODUCT_VER}"
49
49
VIAddVersionKey " FileDescription" " ${PRODUCT_ID} Installer"
You can’t perform that action at this time.
0 commit comments