mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 05:59:43 +00:00
Up version to 1.11.1.
This commit is contained in:
parent
3f31831a7e
commit
64af220dad
@ -22,12 +22,12 @@ endif()
|
||||
|
||||
set(VERSION_MAJOR 1)
|
||||
set(VERSION_MINOR 11)
|
||||
set(VERSION_NANO 0)
|
||||
set(VERSION_NANO 1)
|
||||
|
||||
option(UPGRADE_DEBUG "" OFF)
|
||||
|
||||
set(VERSION_STRING "1.11.0")
|
||||
set(VERSION_STRING_SHORT "1.11.0")
|
||||
set(CANONICAL_VERSION_STRING "1.11.0")
|
||||
set(VERSION_STRING "1.11.1")
|
||||
set(VERSION_STRING_SHORT "1.11.1")
|
||||
set(CANONICAL_VERSION_STRING "1.11.1")
|
||||
|
||||
configure_file(src/core/Version.cpp.in src/core/Version.cpp)
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
jellyfin-media-player (1.11.1-1) unstable; urgency=medium
|
||||
|
||||
* Fix client not connecting to servers with baseurl set.
|
||||
|
||||
-- Izzie Walton <izzie@iwalton.com> Fri, 07 Jun 2024 10:28:56 -0400
|
||||
|
||||
jellyfin-media-player (1.11.0-1) unstable; urgency=medium
|
||||
|
||||
* Client now uses jellyfin-web provided by server.
|
||||
|
@ -42,6 +42,14 @@
|
||||
<category>TV</category>
|
||||
</categories>
|
||||
<releases>
|
||||
<release version="1.11.1" date="2024-06-07">
|
||||
<description>
|
||||
<p>Changes:</p>
|
||||
<ul>
|
||||
<li>Fix client not connecting to servers with baseurl set.</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.11.0" date="2024-06-06">
|
||||
<description>
|
||||
<p>Changes:</p>
|
||||
|
Loading…
Reference in New Issue
Block a user