From 78a933a101e4fd76861561b7d4cbdc197180edd6 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Sat, 5 Sep 2020 02:17:00 +0100 Subject: [PATCH] Version bump to 0.2.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 21592c5..c5ac171 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('orotool', 'cpp', 'c', - version: '0.1.0', + version: '0.2.0', meson_version: '>=0.55.0', default_options: ['buildtype=debug', 'cpp_std=gnu++17', 'b_ndebug=if-release'], license: 'GPL3+',