From 9f7a24fd82a8065706fdeb5edf359ea2fe354adc Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 24 Apr 2019 08:54:06 +0200 Subject: [PATCH] Set version to 0.1 Since we now have a tag with 0.1 and also a release with that version number was published on GitHub we should adjust the version in the meson file too. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8e0d996..6e42ca1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cage', 'c', - version: '0.0.1', + version: '0.1', license: 'MIT', default_options: [ 'c_std=c11',