From c9b0a675e403c8cce15b0d4966f9964fedce8b57 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Fri, 1 Sep 2023 11:05:31 -0400 Subject: [PATCH] build: Bump version to 1.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d842bc8..d15eee8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('webrtc-audio-processing', 'c', 'cpp', - version : '1.1', + version : '1.2', meson_version : '>= 0.63', default_options : [ 'warning_level=1', 'buildtype=debugoptimized',