From a6040b2ecdf77574ed61fa77ddd614682b2f0d74 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sat, 24 Feb 2024 14:42:53 +0100 Subject: [PATCH] Bump-up version to 13.1.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b39597f7f..50c8afe4e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libkiwix', 'cpp', - version : '13.0.0', + version : '13.1.0', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])