Bump the base_deps_meta_version.
As we install base library in a different directory, we have to regenereate the base_deps archives.
This commit is contained in:
parent
6181d7bb08
commit
674c29c351
|
@ -39,7 +39,7 @@ release_versions = {
|
|||
|
||||
# This is the "version" of the whole base_deps_versions dict.
|
||||
# Change this when you change base_deps_versions.
|
||||
base_deps_meta_version = '80'
|
||||
base_deps_meta_version = '81'
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.12',
|
||||
|
|
Loading…
Reference in New Issue