From 1da9e9c491ac026e3575df4b36105aeeadb5879c Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Mon, 27 Jun 2022 15:18:41 +0100 Subject: Version 0.1.0. --- meson.build | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3