Fix release of 6.0.3.

This commit is contained in:
Matthieu Gautier
2019-09-04 11:00:15 +02:00
parent b1a4bbd345
commit 0a331f8ba9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
project('kiwix-lib', 'cpp',
version : '6.0.3',
version : '6.0.3', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
license : 'GPL',
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])