aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Soulier <asoulier@google.com>2023-05-08 10:53:42 -0700
committerAntoine Soulier <asoulier@google.com>2023-05-08 10:53:53 -0700
commit3d769309ffacb3c18b4a0bdd6b46544eb26bbfb2 (patch)
tree1b9572dcb2db060b28331fddad74329826314215
parent49101e4bbc74d306def2bc70f898eb01fca81892 (diff)
downloadliblc3-3d769309ffacb3c18b4a0bdd6b46544eb26bbfb2.tar.gz
meson: Bump to version 1.0.3
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ca39e5d..2a2c24f 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@
# limitations under the License.
project('lc3', 'c',
- version: '1.0.2',
+ version: '1.0.3',
license: 'Apache-2.0',
meson_version: '>= 0.47.0',
default_options: ['b_lto=true'])