build: Bump version to 2.0

This commit is contained in:
Arun Raghavan
2023-12-12 12:48:42 -05:00
parent 9b194c2d99
commit 0d4c5f27b5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
project('webrtc-audio-processing', 'c', 'cpp',
version : '1.0',
version : '2.0',
meson_version : '>= 0.63',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized',