Skip to content

Commit

Permalink
Upd: set version to 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Jun 23, 2024
1 parent 94c8b68 commit e26868c
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_policy(SET CMP0003 NEW)
# myMPD is written in C
# supported compilers: gcc, clang
project(mympd
VERSION 16.0.0
VERSION 17.0.0
LANGUAGES C
)

Expand Down
13 changes: 10 additions & 3 deletions contrib/man/mympd-config.1
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
.\" Manpage for mympd-config.
.\" Contact <mail@jcgames.de> to correct errors or typos.
.TH man 1 "24 May 2024" "16.0.0" "mympd-config man page"
.TH man 1 "23 Jun 2024" "17.0.0" "mympd-config man page"

.SH NAME
mympd-config \- mympd configuration tool

.SH SYNOPSIS
mympd-config [-c </path/to/config/dir>] [SETTING VALUE ...]
mympd-config [-b </usr/bin/mympd>] [-c </var/lib/mympd/config>] [-s <0|1>] [SETTING VALUE ...]

.SH DESCRIPTION
mympd-config is a small commandline tool to configure basic myMPD settings.

.SH OPTIONS
.TP
\fB-c </path/to/config/dir>\fR
\fB-b <//usr/bin/mympd>\fR
Set's the path to the myMPD executable.
.TP
\fB-c </var/lib/mympd/config>\fR
Set's the path to the myMPD config directory.
.TP
\fB-s <0|1>\fR
0 = myMPD runs with normal linux user account
1 = myMPD ist started with systemd private user
.TP
\fBSETTING VALUE\fR
Valid settings are the environment variables respected by "mympd -c".

Expand Down
2 changes: 1 addition & 1 deletion contrib/man/mympd-script.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for mympd-script.
.\" Contact <mail@jcgames.de> to correct errors or typos.
.TH man 1 "24 May 2024" "16.0.0" "mympd-script man page"
.TH man 1 "23 Jun 2024" "17.0.0" "mympd-script man page"

.SH NAME
mympd-script \- mympd command line tool to execute scripts
Expand Down
2 changes: 1 addition & 1 deletion contrib/man/mympd.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for mympd.
.\" Contact <mail@jcgames.de> to correct errors or typos.
.TH man 1 "24 May 2024" "16.0.0" "mympd man page"
.TH man 1 "23 Jun 2024" "17.0.0" "mympd man page"

.SH NAME
myMPD \- standalone and mobile friendly web mpd client
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/alpine/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Maintainer: Juergen Mang <mail@jcgames.de>
#
pkgname=mympd
pkgver=16.0.0
pkgver=17.0.0
pkgrel=0
pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client."
url="https://jcorporation.github.io/myMPD/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Juergen Mang <mail@jcgames.de>

pkgname=mympd
pkgver=16.0.0
pkgver=17.0.0
pkgrel=1
pkgdesc="A standalone and mobile friendly web-based MPD client."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
Expand Down
4 changes: 2 additions & 2 deletions contrib/packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mympd (16.0.0-1) unstable; urgency=medium
mympd (17.0.0-1) unstable; urgency=medium

* Release from master

-- Juergen Mang <mail@jcgames.de> Fri, 24 May 2024 20:05:16 +0200
-- Juergen Mang <mail@jcgames.de> Sun, 23 Jun 2024 12:06:07 +0200
2 changes: 1 addition & 1 deletion contrib/packaging/freebsd/multimedia/mympd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= myMPD
DISTVERSIONPREFIX= v
DISTVERSION= 16.0.0
DISTVERSION= 17.0.0
CATEGORIES= multimedia

MAINTAINER= robert.david@posteo.net
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/openwrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME := mympd
PKG_VERSION := 16.0.0
PKG_VERSION := 17.0.0
PKG_RELEASE := 1

PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
4 changes: 2 additions & 2 deletions contrib/packaging/rpm/mympd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# (c) 2018-2024 Juergen Mang <mail@jcgames.de>

Name: mympd
Version: 16.0.0
Version: 17.0.0
Release: 0
License: GPL-3.0-or-later
Group: Productivity/Multimedia/Sound/Players
Expand Down Expand Up @@ -70,5 +70,5 @@ fi
%license LICENSE.md

%changelog
* Fri May 24 2024 Juergen Mang <mail@jcgames.de> 16.0.0-0
* Sun Jun 23 2024 Juergen Mang <mail@jcgames.de> 17.0.0-0
- Version from master
2 changes: 1 addition & 1 deletion docs/_includes/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0.0
17.0.0
4 changes: 2 additions & 2 deletions htdocs/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const myMPDversion = '16.0.0';
const myMPDbuild = '6f2e89b3cb428a27d1563b92e8b916c07a1ee741';
const myMPDversion = '17.0.0';
const myMPDbuild = '94c8b68da7af1f221a18a623e6ee357f0468c189';

0 comments on commit e26868c

Please sign in to comment.