summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f9c3a48)
raw | patch | inline | side by side (parent: f9c3a48)
author | Max Kellermann <max.kellermann@gmail.com> | |
Tue, 17 Oct 2017 13:53:12 +0000 (15:53 +0200) | ||
committer | Max Kellermann <max@musicpd.org> | |
Tue, 17 Oct 2017 13:53:12 +0000 (15:53 +0200) |
NEWS | patch | blob | history | |
meson.build | patch | blob | history |
index 04874b6cee8a9ba1a13446872a26ae65d473c11d..d809ad63d00c15d4a94990fae3e5ed21a8058153 100644 (file)
--- a/NEWS
+++ b/NEWS
+ncmpc 0.29 - not yet released
+
ncmpc 0.28 - (2017-09-21)
* fix crash on lyrics screen
* fix memory leak
diff --git a/meson.build b/meson.build
index 92d005748c1a57e8961e7c90156c7b2ffd102de7..b2fd42a4d7dc2e195830976f73742e22c778a3e3 100644 (file)
--- a/meson.build
+++ b/meson.build
project('ncmpc', 'c',
- version: '0.28',
+ version: '0.29',
default_options: [
'c_std=c99',
],