diff options
author | Phil Jones <philj56@gmail.com> | 2022-09-08 15:31:35 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-09-08 15:33:54 +0100 |
commit | b42422adf3c674366e20a924716d6d8b2b926a62 (patch) | |
tree | 85b088f61f390804ec241aa59694e409e3828f59 /meson.build | |
parent | 0c1c8908a608deab4a807d286e3b521bfe28b185 (diff) |
Version 0.6.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 8a9641c..dc6787b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.5.0', + version: '0.6.0', license: 'MIT', default_options: [ 'c_std=c2x', |