summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2020-12-03 23:04:38 -0500
committerArun Raghavan <arun@asymptotic.io>2020-12-10 18:24:05 -0500
commit8ce8bebb7d852491326af1075ead74e757ae4611 (patch)
tree5428135868d6ba06cfde8e403c8efd668d0a3eb8
parent00ae7eb234703e6a65df3c7c01576ee717e2409f (diff)
downloadwebrtc-audio-processing-8ce8bebb7d852491326af1075ead74e757ae4611.tar.gz
build: Bump project version to 1.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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',