From 487052d2b28b219c21dc66bc7b381c7600ff40a3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 12 Sep 2024 12:34:45 +0200 Subject: [PATCH] increment version number to 0.51 --- NEWS | 2 ++ doc/conf.py | 2 +- meson.build | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a9e954a5..e6380557 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +ncmpc 0.51 - not yet released + ncmpc 0.50 - (2024-09-12) * build: require Meson 0.60 * require libfmt 9 diff --git a/doc/conf.py b/doc/conf.py index 223f2989..3a4033da 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 diff --git a/meson.build b/meson.build index ac052802..f509d907 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('ncmpc', 'cpp', - version: '0.50', + version: '0.51', meson_version: '>= 0.60', default_options: [ 'cpp_std=c++2a',