increment version number to 0.22.3
This commit is contained in:
parent
92a218b7a9
commit
6484af472b
5
NEWS
5
NEWS
|
@ -1,3 +1,7 @@
|
||||||
|
ver 0.22.3 (not yet released)
|
||||||
|
* playlist
|
||||||
|
- add option "as_directory", making CUE file expansion optional
|
||||||
|
|
||||||
ver 0.22.2 (2020/10/28)
|
ver 0.22.2 (2020/10/28)
|
||||||
* database
|
* database
|
||||||
- simple: purge songs and virtual directories for unavailable plugins
|
- simple: purge songs and virtual directories for unavailable plugins
|
||||||
|
@ -6,7 +10,6 @@ ver 0.22.2 (2020/10/28)
|
||||||
- qobuz/tidal: fix protocol errors due to newlines in error messages
|
- qobuz/tidal: fix protocol errors due to newlines in error messages
|
||||||
- smbclient: disable by default due to libsmbclient crash bug
|
- smbclient: disable by default due to libsmbclient crash bug
|
||||||
* playlist
|
* playlist
|
||||||
- add option "as_directory", making CUE file expansion optional
|
|
||||||
- soundcloud: fix protocol errors due to newlines in error messages
|
- soundcloud: fix protocol errors due to newlines in error messages
|
||||||
* state_file: save on shutdown
|
* state_file: save on shutdown
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ author = 'Max Kellermann'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.22.2'
|
version = '0.22.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'mpd',
|
'mpd',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version: '0.22.2',
|
version: '0.22.3',
|
||||||
meson_version: '>= 0.49.0',
|
meson_version: '>= 0.49.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
|
|
Loading…
Reference in New Issue