Skip to content

Commit

Permalink
increment version number to 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Dec 21, 2023
1 parent a063eb2 commit 5297c27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.36 (not yet released)

0.35 (2023/12/21)
* fix null pointer dereference on bad status format
* add "%kbitrate%", "%audioformat%", "%samplerate%", "%bits%" and "%channels%" options to the "status" command
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# built documents.
#
# The short X.Y version.
version = '0.35'
version = '0.36'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('mpc', 'c',
version: '0.35',
version: '0.36',
meson_version: '>= 0.47',
default_options: [
'c_std=c99',
Expand Down

0 comments on commit 5297c27

Please sign in to comment.