Skip to content

Commit

Permalink
increment version number to 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Apr 10, 2019
1 parent 79cf990 commit 93dcece
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.35 - not yet released

ncmpc 0.34 - (2019-04-10)
* show total duration of range selection in status bar
* fix high CPU usage in key bindings check
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.34'
version = '0.35'
# 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.34',
version: '0.35',
meson_version: '>= 0.47',
default_options: [
'cpp_std=c++14'
Expand Down

0 comments on commit 93dcece

Please sign in to comment.