summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-08-21 09:17:32 +0100
committerPhil Jones <philj56@gmail.com>2022-08-21 09:19:13 +0100
commitaeefb7cd446cbc32f6bd68f3f776a032979b3b92 (patch)
tree8a934c46319ccb24567f1f0407a403807c06d50d /meson.build
parentca8c2f445a3d98af7764a657065aae54e9cca88e (diff)
Version 0.5.0.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4f6640b..ddf419a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'tofi',
'c',
- version: '0.4.0',
+ version: '0.5.0',
license: 'MIT',
default_options: [
'c_std=c2x',