Merge pull request #233 from kiwix/new_version

New version
This commit is contained in:
Matthieu Gautier 2018-08-03 23:44:33 +02:00 committed by GitHub
commit 0a6adf762b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,6 @@ REM ========================================================
REM Install kiwix-lib REM Install kiwix-lib
git clone https://github.com/kiwix/kiwix-lib.git || exit /b 1 git clone https://github.com/kiwix/kiwix-lib.git || exit /b 1
cd kiwix-lib cd kiwix-lib
git checkout windows || exit /b 1
meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1 meson.py . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
cd build cd build
ninja || exit /b 1 ninja || exit /b 1

View File

@ -1,10 +1,11 @@
main_project_versions = { main_project_versions = {
'kiwix-lib': '2.0.1', 'kiwix-lib': '2.0.2',
'kiwix-tools': '0.6.0', 'kiwix-tools': '0.6.0',
'libzim': '4.0.0', 'libzim': '4.0.1',
'zim-tools': '1.0.0', 'zim-tools': '1.0.0',
'zimwriterfs': '1.2', 'zimwriterfs': '1.2',
'kiwix-desktop': '2.0-alpha'
} }