Prepare 1.15.0 release

This commit is contained in:
Oliver Smith 2020-02-23 03:40:30 +01:00
parent b7e47367e5
commit 4a08b5e066
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@ from pmb.config.merge_with_args import merge_with_args
# #
# Exported variables (internal configuration) # Exported variables (internal configuration)
# #
version = "1.14.0" version = "1.15.0"
pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..")
apk_keys_path = pmb_src + "/pmb/data/keys" apk_keys_path = pmb_src + "/pmb/data/keys"
# Update this frequently to prevent a MITM attack with an outdated version # Update this frequently to prevent a MITM attack with an outdated version
# (which may contain a vulnerable apk/libressl, and allows an attacker to # (which may contain a vulnerable apk/libressl, and allows an attacker to
# exploit the system!) # exploit the system!)
apk_tools_static_min_version = "2.10.4-r3" apk_tools_static_min_version = "2.10.5-r0"
# postmarketOS aports compatibility (checked against "version" in pmaports.cfg) # postmarketOS aports compatibility (checked against "version" in pmaports.cfg)
pmaports_min_version = "4" pmaports_min_version = "4"