meson: Bump library version to 1.1.0

This commit is contained in:
Antoine Soulier
2024-03-21 15:19:12 -07:00
parent 7f1c920505
commit ae0fb3757f
+1 -1
View File
@@ -13,7 +13,7 @@
# limitations under the License.
project('lc3', 'c',
version: '1.0.4',
version: '1.1.0',
license: 'Apache-2.0',
meson_version: '>= 0.48.0',
default_options: ['buildtype=release', 'b_lto=true'])