diff options
author | Phil Jones <philj56@gmail.com> | 2022-12-01 23:01:29 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-12-01 23:01:29 +0000 |
commit | eba5b41b3d8fe454feae411aa342114005e3e004 (patch) | |
tree | c2dd746d2653ac9b0e9eef8ecc8705e13d8aed15 /meson.build | |
parent | 85bf1f42929f38ae007f92c5ca9ff90dd6d32b6a (diff) |
Version 0.8.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 3cfa30a..97fbafc 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.7.0', + version: '0.8.0', license: 'MIT', meson_version: '>=0.61.0', default_options: [ |