From d6914eb34f63da5d03c5136c706e6f740d3a7c44 Mon Sep 17 00:00:00 2001 From: Kelson Date: Sun, 1 Mar 2020 15:50:32 +0100 Subject: [PATCH] Bump-up version to 3.0.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 74b836d..12a8597 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-tools', 'cpp', - version : '3.0.2', + version : '3.0.3', license : 'GPL', default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])