diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-08-16 20:19:54 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-08-16 20:19:54 -0400 |
| commit | 16e3bd094f4c7c1b485ef164bf0a32267b7542c0 (patch) | |
| tree | ba6236493f15b486c58030fbf7b207d15d3daf2d | |
| parent | 8d1075eb77c43f2fbed2db20d9a91ca9616a7dd0 (diff) | |
Bump version to 10.6.3v10.6.3
| -rw-r--r-- | SharedVersion.cs | 4 | ||||
| -rw-r--r-- | build.yaml | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/metapackage/jellyfin | 2 | ||||
| -rw-r--r-- | fedora/jellyfin.spec | 4 |
5 files changed, 13 insertions, 5 deletions
diff --git a/SharedVersion.cs b/SharedVersion.cs index edac88b4a..d82518fdf 100644 --- a/SharedVersion.cs +++ b/SharedVersion.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("10.6.2")] -[assembly: AssemblyFileVersion("10.6.2")] +[assembly: AssemblyVersion("10.6.3")] +[assembly: AssemblyFileVersion("10.6.3")] diff --git a/build.yaml b/build.yaml index 9c6ddd64c..b0f9f65f4 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ --- # We just wrap `build` so this is really it name: "jellyfin" -version: "10.6.2" +version: "10.6.3" packages: - debian.amd64 - debian.arm64 diff --git a/debian/changelog b/debian/changelog index 462f1b479..0b06eba58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jellyfin-server (10.6.3-1) unstable; urgency=medium + + * New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.3 + + -- Jellyfin Packaging Team <packaging@jellyfin.org> Sun, 16 Aug 2020 20:19:52 -0400 + jellyfin-server (10.6.2-1) unstable; urgency=medium * New upstream version 10.6.2; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.2 diff --git a/debian/metapackage/jellyfin b/debian/metapackage/jellyfin index e91984d8c..cb7dafafd 100644 --- a/debian/metapackage/jellyfin +++ b/debian/metapackage/jellyfin @@ -5,7 +5,7 @@ Homepage: https://jellyfin.org Standards-Version: 3.9.2 Package: jellyfin -Version: 10.6.2 +Version: 10.6.3 Maintainer: Jellyfin Packaging Team <packaging@jellyfin.org> Depends: jellyfin-server, jellyfin-web Description: Provides the Jellyfin Free Software Media System diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index f68e70ab9..e179f9838 100644 --- a/fedora/jellyfin.spec +++ b/fedora/jellyfin.spec @@ -7,7 +7,7 @@ %endif Name: jellyfin -Version: 10.6.2 +Version: 10.6.3 Release: 1%{?dist} Summary: The Free Software Media System License: GPLv3 @@ -139,6 +139,8 @@ fi %systemd_postun_with_restart jellyfin.service %changelog +* Sun Aug 16 2020 Jellyfin Packaging Team <packaging@jellyfin.org> +- New upstream version 10.6.3; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.3 * Sun Aug 02 2020 Jellyfin Packaging Team <packaging@jellyfin.org> - New upstream version 10.6.2; release changelog at https://github.com/jellyfin/jellyfin/releases/tag/v10.6.2 * Mon Jul 27 2020 Jellyfin Packaging Team <packaging@jellyfin.org> |
