From 8f445c36cc7aa4a27ff2ea463fe6a436d44c9a47 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Wed, 22 Jan 2025 17:30:47 -0500 Subject: [PATCH] meson: Bump version to 2.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7a3c958..3465c4e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('webrtc-audio-processing', 'c', 'cpp', - version : '2.0', + version : '2.1', meson_version : '>= 0.63', default_options : [ 'warning_level=1', 'buildtype=debugoptimized',