From 3b7c8051830efeef8efce5abf73c514d58b22ecd Mon Sep 17 00:00:00 2001 From: Kelson Date: Wed, 20 Nov 2019 13:07:28 +0100 Subject: [PATCH] Bump-up version to 8.2.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e3eee2521..cca64cca7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '8.1.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle + version : '8.2.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])