summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-27 15:18:41 +0100
committerPhil Jones <philj56@gmail.com>2022-06-27 15:19:02 +0100
commit1da9e9c491ac026e3575df4b36105aeeadb5879c (patch)
tree37ea2e5945b75b4274699ea08da1ebfe84c3507e
parent3a2178ab907d05dd10c482d7b0c8ce5ca6f3bb7a (diff)
Version 0.1.0.
-rw-r--r--meson.build1
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',