From 8ce8bebb7d852491326af1075ead74e757ae4611 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 3 Dec 2020 23:04:38 -0500 Subject: [PATCH] build: Bump project version to 1.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index de8cd75..41e88fa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('webrtc-audio-processing-1', 'c', 'cpp', - version : '1.0', + version : '1.1', meson_version : '>= 0.54', default_options : [ 'warning_level=1', 'buildtype=debugoptimized',