diff options
author | Phil Jones <philj56@gmail.com> | 2022-08-21 09:17:32 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-08-21 09:19:13 +0100 |
commit | aeefb7cd446cbc32f6bd68f3f776a032979b3b92 (patch) | |
tree | 8a934c46319ccb24567f1f0407a403807c06d50d /meson.build | |
parent | ca8c2f445a3d98af7764a657065aae54e9cca88e (diff) |
Version 0.5.0.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
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', |