From 8e258a1933d405073c9e6465628a69ac7d2a1f13 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 5 Sep 2023 11:19:47 -0400 Subject: [PATCH] build: Bump version to 1.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b07349c..3843e92 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('webrtc-audio-processing', 'c', 'cpp', - version : '1.2', + version : '1.3', meson_version : '>= 0.63', default_options : [ 'warning_level=1', 'buildtype=debugoptimized',