aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Soulier <asoulier@google.com>2024-03-21 15:19:12 -0700
committerAntoine Soulier <asoulier@google.com>2024-03-21 15:19:12 -0700
commitae0fb3757f72fd25ff9586a4f04e1bb780709ee7 (patch)
treebf11748bebae9e8098ac1ffc6f6db6e7fc3b093e
parent7f1c920505b937f33ddebd9ac5f23ab8c64a31c2 (diff)
downloadliblc3-ae0fb3757f72fd25ff9586a4f04e1bb780709ee7.tar.gz
meson: Bump library version to 1.1.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a1dbdad..4d4f1d7 100644
--- a/meson.build
+++ b/meson.build
@@ -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'])