Skip to content

Commit

Permalink
increment version number to 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Sep 23, 2024
1 parent 44e702c commit 70de15e
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 @@
ncmpc 0.52 - not yet released

ncmpc 0.51 - (2024-09-23)
* repaint main area after terminal was resized
* pressing Enter while in "jump mode" activates selected item
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.51'
version = '0.52'
# 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('ncmpc', 'cpp',
version: '0.51',
version: '0.52',
meson_version: '>= 0.60',
default_options: [
'cpp_std=c++2a',
Expand Down

0 comments on commit 70de15e

Please sign in to comment.