Update version of libzim.
We can rebuild only zim-tools. Other tools depend of libkiwix we cannot release now.
This commit is contained in:
parent
67788c63f0
commit
d1941aa5af
|
@ -10,7 +10,7 @@ environment:
|
||||||
MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c'
|
MINGW64_RUN: 'C:\msys64\usr\bin\bash.exe --login -c'
|
||||||
MSYSTEM: 'MINGW64'
|
MSYSTEM: 'MINGW64'
|
||||||
KIWIX_DESKTOP_VERSION: '2.0.5'
|
KIWIX_DESKTOP_VERSION: '2.0.5'
|
||||||
KIWIX_DESKTOP_RELEASE: 1
|
KIWIX_DESKTOP_RELEASE: 0
|
||||||
|
|
||||||
|
|
||||||
init:
|
init:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# This file reference all the versions of the depedencies we use in kiwix-build.
|
# This file reference all the versions of the depedencies we use in kiwix-build.
|
||||||
|
|
||||||
main_project_versions = {
|
main_project_versions = {
|
||||||
'libzim': '7.0.0', # Because of bump of version in libzim. No release made for now.
|
'libzim': '7.1.0',
|
||||||
'libkiwix': '9.4.1',
|
'libkiwix': '9.4.1',
|
||||||
'kiwix-tools': '3.1.2',
|
'kiwix-tools': '3.1.2',
|
||||||
'zim-tools': '3.0.0',
|
'zim-tools': '3.0.0',
|
||||||
|
@ -31,8 +31,8 @@ main_project_versions = {
|
||||||
release_versions = {
|
release_versions = {
|
||||||
'libzim': 0, # Depends of base deps (was 0)
|
'libzim': 0, # Depends of base deps (was 0)
|
||||||
'libkiwix': None, # Depends of libzim (was 0)
|
'libkiwix': None, # Depends of libzim (was 0)
|
||||||
'kiwix-tools': None, # Depends of libkiwix and libzim (was 4)
|
'kiwix-tools': None, # Depends of libkiwix and libzim (was 5)
|
||||||
'zim-tools': 0, # Depends of libzim (was 2)
|
'zim-tools': 1, # Depends of libzim (was 0)
|
||||||
'kiwix-desktop': None # Depends of libkiwix and libzim (was 0)
|
'kiwix-desktop': None # Depends of libkiwix and libzim (was 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue