diff options
author | Phil Jones <philj56@gmail.com> | 2023-04-10 09:05:32 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-04-10 09:05:32 +0100 |
commit | 71a4801d20d8904cfcfa5e92c96d53ee06a2c69f (patch) | |
tree | f809c68a434480646c96b612fce3c7f19d68455b /meson.build | |
parent | ae8c8e36b93bfaf7120d99a6109998553eccfbcd (diff) |
Version 0.9.1.
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 fec92d9..71f256d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.9.0', + version: '0.9.1', license: 'MIT', meson_version: '>=0.61.0', default_options: [ |