Skip to content

Commit

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

Unreleased:
Version 1.0.19 (2023.09.24):

Bugfixes:
* Use shared pointers for objects to fix potential crashes on exit (#1239).
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 0)
set(STRAWBERRY_VERSION_PATCH 18)
set(STRAWBERRY_VERSION_PATCH 19)
#set(STRAWBERRY_VERSION_PRERELEASE rc1)

set(INCLUDE_GIT_REVISION ON)
set(INCLUDE_GIT_REVISION OFF)

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

Expand Down
1 change: 1 addition & 0 deletions dist/unix/org.strawberrymusicplayer.strawberry.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
<update_contact>[email protected]</update_contact>
<releases>
<release version="1.0.18" date="2023-07-02"/>
<release version="1.0.19" date="2023-09-24"/>
</releases>
</component>

0 comments on commit 27dbb2d

Please sign in to comment.