diff options
author | Phil Jones <philj56@gmail.com> | 2022-07-28 22:51:32 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-07-29 14:32:26 +0100 |
commit | c029d1d210a4bf6e04ec29a3e5ac53ea3e8fbc0a (patch) | |
tree | fc5fcc25599d091f63334a7cd64595cedbf489b8 | |
parent | fc0f5a60065384259a31d37d9d2709010ad92910 (diff) |
Version 0.3.1.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 9e3d030..4554a99 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'tofi', 'c', - version: '0.3.0', + version: '0.3.1', license: 'MIT', default_options: [ 'c_std=c2x', |