aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 17:48:16 +0000
committerFuwn <[email protected]>2022-06-19 17:48:16 +0000
commit5dfac0be71e4f00f84fafebf32c4ac53bac5c057 (patch)
tree353584e436ffb9973533ddd7440f619878bd2446
parentrefactor(context): avoid unnecessary malloc (diff)
downloadtatl-0.1.1.tar.xz
tatl-0.1.1.zip
docs(meson): bump version 0.1.0 -> 0.1.1v0.1.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 029cde4..fc8b8e1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('tatl',
'c',
- version : '0.1.0',
+ version : '0.1.1',
license : ['GPL-3.0-only'],
default_options : [
'buildtype=release',