summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2023-09-01 11:05:31 -0400
committerArun Raghavan <arun@asymptotic.io>2023-09-01 11:05:31 -0400
commitc9b0a675e403c8cce15b0d4966f9964fedce8b57 (patch)
tree70ed85c9af2c58fbbae3108c2e6f8666449c61eb
parent315b2222a858f3dd9edd2ca04c531ca66ef9b713 (diff)
build: Bump version to 1.2v1.2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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',