Move to zim-testing-suite 0.3

This commit is contained in:
Matthieu Gautier 2021-06-23 14:22:09 +02:00
parent c445db171b
commit 96d4f3b93f
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict. # This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions. # Change this when you change base_deps_versions.
base_deps_meta_version = '72' base_deps_meta_version = '73'
base_deps_versions = { base_deps_versions = {
'zlib' : '1.2.8', 'zlib' : '1.2.8',
@ -60,5 +60,5 @@ base_deps_versions = {
'qt' : '5.10.1', 'qt' : '5.10.1',
'qtwebengine' : '5.10.1', 'qtwebengine' : '5.10.1',
'org.kde' : '5.12', 'org.kde' : '5.12',
'zim-testing-suite': '0.2', 'zim-testing-suite': '0.3',
} }