From 627c237d7df9cadcc0ceb6905d6e2eabbd1a1388 Mon Sep 17 00:00:00 2001 From: duzda <25201406+duzda@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:12:23 +0200 Subject: [PATCH] version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 30e61b6..e316a4b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('filebrowser', 'c', 'cpp', # version: 'a.b.0' -> a gets set as major, b as minor, 0 because it's never used - version: '0.1.0', + version: '0.2.0', default_options: ['c_std=c17', 'cpp_std=c++17'], )