From 5297c27e42a7c75431bd22230be8f5bcce7b1b77 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 21 Dec 2023 11:38:12 +0100 Subject: [PATCH] increment version number to 0.36 --- NEWS | 2 ++ doc/conf.py | 2 +- meson.build | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 578ad5a..c6bf54d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.36 (not yet released) + 0.35 (2023/12/21) * fix null pointer dereference on bad status format * add "%kbitrate%", "%audioformat%", "%samplerate%", "%bits%" and "%channels%" options to the "status" command diff --git a/doc/conf.py b/doc/conf.py index 1a6ddf8..be98e52 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -38,7 +38,7 @@ # built documents. # # The short X.Y version. -version = '0.35' +version = '0.36' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 99fad0d..1a3efc2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mpc', 'c', - version: '0.35', + version: '0.36', meson_version: '>= 0.47', default_options: [ 'c_std=c99',