From 96fbfd4090d5b928a7bb9e6c45a5282807ac78b2 Mon Sep 17 00:00:00 2001 From: duzda <25201406+duzda@users.noreply.github.com> Date: Sat, 11 Feb 2023 08:39:11 +0100 Subject: [PATCH] version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9704418..4633ebe 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.4.0', + version: '0.5.0', default_options: ['c_std=c17', 'cpp_std=c++17'], )