diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-25 12:05:47 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-25 12:08:47 +0100 |
commit | 7ae1506b8b23ccc27d7aba6bb99b91e6ae21b651 (patch) | |
tree | c54649cafd0709bc3756d1c41f6c1328cf9c04ef | |
parent | 5e78b1dbe2a879104cfaacda3e5d341b6ce482f2 (diff) |
Version 0.2.0.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 32611a7..605f48e 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.1.1', + version: '0.2.0', license: 'MIT', default_options: [ 'c_std=c2x', |