summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-08-07 13:05:06 +0100
committerPhil Jones <philj56@gmail.com>2022-08-07 13:05:06 +0100
commit0b9e922ae27dd56f3d1f60185b59d6fc9e5755d1 (patch)
tree00c7f19bbcca362410bc9f9addb9b494575dd5e6
parente946ae5a30d4e6e367b05ac82fb96cd7083b7566 (diff)
Version 0.4.0.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 16f5c81..4dd3857 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'tofi',
'c',
- version: '0.3.1',
+ version: '0.4.0',
license: 'MIT',
default_options: [
'c_std=c2x',