diff options
author | Phil Jones <philj56@gmail.com> | 2022-11-01 12:19:54 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-11-01 12:19:54 +0000 |
commit | 0b83f9adf66144c10adcb7b2b1aed7ac262daba5 (patch) | |
tree | d0b951a9d0448aef5d73bfc011e5fe48acbd1b83 /meson.build | |
parent | b6c0d8ae889dbc9bbcbb11ef8189facd1c9b637d (diff) |
Version 0.7.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 9183dcf..0f4c74d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.6.0', + version: '0.7.0', license: 'MIT', meson_version: '>=0.61.0', default_options: [ |