Skip to content

Commit

Permalink
Up version to 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Jun 6, 2024
1 parent 1976274 commit 1075ff7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ else()
endif()

set(VERSION_MAJOR 1)
set(VERSION_MINOR 10)
set(VERSION_NANO 1)
set(VERSION_MINOR 11)
set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.10.1")
set(VERSION_STRING_SHORT "1.10.1")
set(CANONICAL_VERSION_STRING "1.10.1")
set(VERSION_STRING "1.11.0")
set(VERSION_STRING_SHORT "1.11.0")
set(CANONICAL_VERSION_STRING "1.11.0")

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

* Client now uses jellyfin-web provided by server.

-- Izzie Walton <izzie@iwalton.com> Thu, 06 Jun 2024 15:39:02 -0400

jellyfin-media-player (1.10.1-1) unstable; urgency=medium

* Upgrade jellyfin-web to 10.9.2.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
<category>TV</category>
</categories>
<releases>
<release version="1.11.0" date="2024-06-06">
<description>
<p>Changes:</p>
<ul>
<li>Client now uses jellyfin-web provided by server.</li>
</ul>
</description>
</release>
<release version="1.10.1" date="2024-05-17">
<description>
<p>Changes:</p>
Expand Down

0 comments on commit 1075ff7

Please sign in to comment.