aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Soulier <asoulier@google.com>2023-02-15 13:27:29 -0800
committerAntoine Soulier <asoulier@google.com>2023-02-15 13:27:29 -0800
commitf34f4654d6c319415de718f45ff6ec73135058de (patch)
tree402f3497d9cf351b93dac1d7f4090fb1c8abc25d
parent311ca4c012a33cf47a8cfb4b49ce6709afac52b5 (diff)
downloadliblc3-f34f4654d6c319415de718f45ff6ec73135058de.tar.gz
meson: Bump to version 1.0.2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d427d78..1e27cf7 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@
# limitations under the License.
project('lc3', 'c',
- version: '1.0.1',
+ version: '1.0.2',
license: 'Apache-2.0',
meson_version: '>= 0.47.0',
default_options: ['b_lto=true'])