Skip to content

Commit

Permalink
Prerelease build 1.7.0-pre2.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Dec 22, 2021
1 parent cf484b0 commit b012703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.7.0-pre1")
set(VERSION_STRING "1.7.0-pre2")
set(VERSION_STRING_SHORT "1.7.0")
set(CANONICAL_VERSION_STRING "1.7.0-pre1")
set(CANONICAL_VERSION_STRING "1.7.0-pre2")

configure_file(src/core/Version.cpp.in src/core/Version.cpp)
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
jellyfin-media-player (1.7.0-pre2) unstable; urgency=medium

* Set the MaxStaticBitrate to avoid server hard-coded 8 mbps limit.
* Upgrade to MPV version 20211219 fd63bf3.

-- Ian Walton <ian@iwalton.com> Wed, 22 Dec 2021 17:34:43 -0500

jellyfin-media-player (1.7.0-pre1) unstable; urgency=medium

* This is a prerelease build to test for jellyfin-web 10.8.0.
Expand Down

0 comments on commit b012703

Please sign in to comment.