diff options
author | Phil Jones <philj56@gmail.com> | 2023-04-09 20:00:04 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-04-09 20:00:04 +0100 |
commit | 2f29475290c301af30e1067ea0aec23f5324bd3a (patch) | |
tree | cc26c070a0c660c3026aeafb012f8c8a1622b1c8 /meson.build | |
parent | cfab8efa406c7ff1063cb6ef89cb41028d0e826e (diff) |
Version 0.9.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 56e09d2..fec92d9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.8.1', + version: '0.9.0', license: 'MIT', meson_version: '>=0.61.0', default_options: [ |