Skip to content

Commit

Permalink
increment version number to 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Sep 12, 2024
1 parent c3b0055 commit 487052d
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.51 - not yet released

ncmpc 0.50 - (2024-09-12)
* build: require Meson 0.60
* require libfmt 9
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.50'
version = '0.51'
# 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.50',
version: '0.51',
meson_version: '>= 0.60',
default_options: [
'cpp_std=c++2a',
Expand Down

0 comments on commit 487052d

Please sign in to comment.