summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2019-08-09 19:22:24 -0400
committerManuel Stoeckl <code@mstoeckl.com>2019-08-09 19:22:24 -0400
commite66f42444d81633f5b413cfe158809efd9c437f0 (patch)
tree465cd82ce8ac96b26f452661d5ce5d22e8f34cf1
parentac16471aac589d9b4a7603aabbc547b6355111c6 (diff)
Bump versionv0.5.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f0f7910..821d460 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@ project(
'warning_level=3',
'werror=true',
],
- version: '0.4.0',
+ version: '0.5.0',
)
cc = meson.get_compiler('c')