From 20459689373a060fd6f3e25d912557ff9f8f029c Mon Sep 17 00:00:00 2001 From: jcorporation Date: Sat, 2 Nov 2024 18:18:39 +0100 Subject: [PATCH] Upd: set version to 19.0.0 --- CHANGELOG.md | 8 ++++++++ CMakeLists.txt | 2 +- contrib/man/mympd-config.1 | 2 +- contrib/man/mympd-script.1 | 2 +- contrib/man/mympd.1 | 2 +- contrib/packaging/alpine/APKBUILD | 2 +- contrib/packaging/arch/PKGBUILD | 2 +- contrib/packaging/debian/changelog | 4 ++-- contrib/packaging/freebsd/multimedia/mympd/Makefile | 2 +- .../mympd/{mympd-18.2.1.ebuild => mympd-19.0.0.ebuild} | 0 contrib/packaging/openwrt/Makefile | 2 +- contrib/packaging/rpm/mympd.spec | 4 ++-- docs/_includes/version | 2 +- htdocs/js/version.js | 4 ++-- 14 files changed, 23 insertions(+), 15 deletions(-) rename contrib/packaging/gentoo/media-sound/mympd/{mympd-18.2.1.ebuild => mympd-19.0.0.ebuild} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44868cae..627ecd53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ https://github.com/jcorporation/myMPD/ *** +## myMPD v19.0.0 (not yet released) + +This is a small maintenance release. + +### Changelog + +*** + ## myMPD v18.2.1 (not yet released) This is a small maintenance release. diff --git a/CMakeLists.txt b/CMakeLists.txt index cb4e64e4e..ca94a8eaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_policy(SET CMP0003 NEW) # myMPD is written in C # supported compilers: gcc, clang project(mympd - VERSION 18.2.1 + VERSION 19.0.0 LANGUAGES C ) diff --git a/contrib/man/mympd-config.1 b/contrib/man/mympd-config.1 index fd69933bd..90b41685a 100644 --- a/contrib/man/mympd-config.1 +++ b/contrib/man/mympd-config.1 @@ -1,6 +1,6 @@ .\" Manpage for mympd-config. .\" Contact to correct errors or typos. -.TH man 1 "01 Nov 2024" "18.2.1" "mympd-config man page" +.TH man 1 "02 Nov 2024" "19.0.0" "mympd-config man page" .SH NAME mympd-config \- mympd configuration tool diff --git a/contrib/man/mympd-script.1 b/contrib/man/mympd-script.1 index c68af201f..b56ca4592 100644 --- a/contrib/man/mympd-script.1 +++ b/contrib/man/mympd-script.1 @@ -1,6 +1,6 @@ .\" Manpage for mympd-script. .\" Contact to correct errors or typos. -.TH man 1 "01 Nov 2024" "18.2.1" "mympd-script man page" +.TH man 1 "02 Nov 2024" "19.0.0" "mympd-script man page" .SH NAME mympd-script \- mympd command line tool to execute scripts diff --git a/contrib/man/mympd.1 b/contrib/man/mympd.1 index c2ca6d48d..67cdf40b0 100644 --- a/contrib/man/mympd.1 +++ b/contrib/man/mympd.1 @@ -1,6 +1,6 @@ .\" Manpage for mympd. .\" Contact to correct errors or typos. -.TH man 1 "01 Nov 2024" "18.2.1" "mympd man page" +.TH man 1 "02 Nov 2024" "19.0.0" "mympd man page" .SH NAME myMPD \- standalone and mobile friendly web mpd client diff --git a/contrib/packaging/alpine/APKBUILD b/contrib/packaging/alpine/APKBUILD index d5069417e..678b5278e 100644 --- a/contrib/packaging/alpine/APKBUILD +++ b/contrib/packaging/alpine/APKBUILD @@ -6,7 +6,7 @@ # Maintainer: Juergen Mang # pkgname=mympd -pkgver=18.2.1 +pkgver=19.0.0 pkgrel=0 pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client." url="https://jcorporation.github.io/myMPD/" diff --git a/contrib/packaging/arch/PKGBUILD b/contrib/packaging/arch/PKGBUILD index d8f0926a1..88cd3018c 100644 --- a/contrib/packaging/arch/PKGBUILD +++ b/contrib/packaging/arch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Juergen Mang pkgname=mympd -pkgver=18.2.1 +pkgver=19.0.0 pkgrel=1 pkgdesc="A standalone and mobile friendly web-based MPD client." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/packaging/debian/changelog b/contrib/packaging/debian/changelog index caf9a990a..fb7e84a58 100644 --- a/contrib/packaging/debian/changelog +++ b/contrib/packaging/debian/changelog @@ -1,5 +1,5 @@ -mympd (18.2.1-1) unstable; urgency=medium +mympd (19.0.0-1) unstable; urgency=medium * Release from master - -- Juergen Mang Fri, 01 Nov 2024 18:11:45 +0100 + -- Juergen Mang Sat, 02 Nov 2024 18:11:51 +0100 diff --git a/contrib/packaging/freebsd/multimedia/mympd/Makefile b/contrib/packaging/freebsd/multimedia/mympd/Makefile index c394b1804..3c46377c6 100644 --- a/contrib/packaging/freebsd/multimedia/mympd/Makefile +++ b/contrib/packaging/freebsd/multimedia/mympd/Makefile @@ -1,6 +1,6 @@ PORTNAME= myMPD DISTVERSIONPREFIX= v -DISTVERSION= 18.2.1 +DISTVERSION= 19.0.0 CATEGORIES= multimedia MAINTAINER= robert.david@posteo.net diff --git a/contrib/packaging/gentoo/media-sound/mympd/mympd-18.2.1.ebuild b/contrib/packaging/gentoo/media-sound/mympd/mympd-19.0.0.ebuild similarity index 100% rename from contrib/packaging/gentoo/media-sound/mympd/mympd-18.2.1.ebuild rename to contrib/packaging/gentoo/media-sound/mympd/mympd-19.0.0.ebuild diff --git a/contrib/packaging/openwrt/Makefile b/contrib/packaging/openwrt/Makefile index 8ef9cc5fc..7ebd761b4 100644 --- a/contrib/packaging/openwrt/Makefile +++ b/contrib/packaging/openwrt/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME := mympd -PKG_VERSION := 18.2.1 +PKG_VERSION := 19.0.0 PKG_RELEASE := 1 PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/contrib/packaging/rpm/mympd.spec b/contrib/packaging/rpm/mympd.spec index 32089a767..8f605607e 100644 --- a/contrib/packaging/rpm/mympd.spec +++ b/contrib/packaging/rpm/mympd.spec @@ -4,7 +4,7 @@ # (c) 2018-2024 Juergen Mang Name: mympd -Version: 18.2.1 +Version: 19.0.0 Release: 0 License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Players @@ -65,5 +65,5 @@ fi %license LICENSE.md %changelog -* Fri Nov 01 2024 Juergen Mang 18.2.1-0 +* Sat Nov 02 2024 Juergen Mang 19.0.0-0 - Version from master diff --git a/docs/_includes/version b/docs/_includes/version index 745b49065..2941b8199 100644 --- a/docs/_includes/version +++ b/docs/_includes/version @@ -1 +1 @@ -18.2.1 \ No newline at end of file +19.0.0 \ No newline at end of file diff --git a/htdocs/js/version.js b/htdocs/js/version.js index 13eeb8b47..d6592df63 100644 --- a/htdocs/js/version.js +++ b/htdocs/js/version.js @@ -1,2 +1,2 @@ -const myMPDversion = '18.2.1'; -const myMPDbuild = 'f3d628bd2068bd7592201c65248c8f2587e31dc2'; +const myMPDversion = '19.0.0'; +const myMPDbuild = 'e77f488b7bcf1f62dfb7c48053b67b9963ee7d1a';