diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-27 19:22:38 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-29 14:32:22 +0100 |
commit | 029fa1a3a0e096ce95103e068643c44040bd9d81 (patch) | |
tree | 97a1dcdd066a165edb91b380775e36be2c291a69 /meson.build | |
parent | df3495a160878fd28e3642b47087024429bd512f (diff) |
Version 0.3.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 605f48e..9e3d030 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.2.0', + version: '0.3.0', license: 'MIT', default_options: [ 'c_std=c2x', |