diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-27 15:18:41 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-27 15:19:02 +0100 |
commit | 1da9e9c491ac026e3575df4b36105aeeadb5879c (patch) | |
tree | 37ea2e5945b75b4274699ea08da1ebfe84c3507e /meson.build | |
parent | 3a2178ab907d05dd10c482d7b0c8ce5ca6f3bb7a (diff) |
Version 0.1.0.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index a9af71d..9d1908f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,7 @@ project( 'tofi', 'c', + version: '0.1.0' license: 'MIT', default_options: [ 'c_std=c2x', |