From e1f236d9bf59ad534b93c705d99e1b1708ef1d62 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 27 Jul 2017 21:31:24 +0200 Subject: [PATCH] increment version number to 2.14 --- NEWS | 2 ++ meson.build | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ad90cc0..f794e28 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +libmpdclient 2.14 (not yet released) + libmpdclient 2.13 (2017/07/25) * fix build with meson > 0.38.1 * fix connect error "Operation now in progress" diff --git a/meson.build b/meson.build index 98047f3..79284bc 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libmpdclient', 'c', version: '2.13', +project('libmpdclient', 'c', version: '2.14', default_options: [ 'c_std=c99', ], -- 2.11.4.GIT