diff options
author | Phil Jones <philj56@gmail.com> | 2022-08-07 13:05:06 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-08-07 13:05:06 +0100 |
commit | 0b9e922ae27dd56f3d1f60185b59d6fc9e5755d1 (patch) | |
tree | 00c7f19bbcca362410bc9f9addb9b494575dd5e6 /meson.build | |
parent | e946ae5a30d4e6e367b05ac82fb96cd7083b7566 (diff) |
Version 0.4.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 16f5c81..4dd3857 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.3.1', + version: '0.4.0', license: 'MIT', default_options: [ 'c_std=c2x', |