Skip to content

Commit

Permalink
increment version number to 0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Oct 7, 2020
1 parent 4e3da67 commit 6394fa5
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.41 - not yet released

ncmpc 0.40 - (2020-10-07)
* fix crash when range selection includes ".."
* fix another crash with a very narrow terminal window
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.40'
version = '0.41'
# 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.40',
version: '0.41',
meson_version: '>= 0.47',
default_options: [
'cpp_std=c++17',
Expand Down

0 comments on commit 6394fa5

Please sign in to comment.