Skip to content

Commit

Permalink
Release 1.1.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Jul 9, 2024
1 parent 6259291 commit d8052b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Strawberry Music Player
=======================
ChangeLog

Version 1.1.0-rc1:
Version 1.1.0-rc2 (2024.07.09):

Bugfixes:
* Fixed crash when pressing CTRL + C (#1359).
Expand Down Expand Up @@ -54,6 +54,7 @@ Version 1.1.0-rc1:
* (Windows MSVC) Add back WASAPI2.

New features:
* Turbine analyzer.
* WaveRubber analyzer.
* Spotify streaming support.

Expand Down
4 changes: 2 additions & 2 deletions cmake/Version.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(STRAWBERRY_VERSION_MAJOR 1)
set(STRAWBERRY_VERSION_MINOR 1)
set(STRAWBERRY_VERSION_PATCH 0)
set(STRAWBERRY_VERSION_PRERELEASE rc1)
set(STRAWBERRY_VERSION_PRERELEASE rc2)

set(INCLUDE_GIT_REVISION ON)
set(INCLUDE_GIT_REVISION OFF)

set(majorminorpatch "${STRAWBERRY_VERSION_MAJOR}.${STRAWBERRY_VERSION_MINOR}.${STRAWBERRY_VERSION_PATCH}")

Expand Down

0 comments on commit d8052b2

Please sign in to comment.