From 4a08b5e066915bdaf596c767472914399cf3db87 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 23 Feb 2020 03:40:30 +0100 Subject: [PATCH] Prepare 1.15.0 release --- pmb/config/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 00891455..dca84a0d 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -30,14 +30,14 @@ from pmb.config.merge_with_args import merge_with_args # # Exported variables (internal configuration) # -version = "1.14.0" +version = "1.15.0" pmb_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") apk_keys_path = pmb_src + "/pmb/data/keys" # Update this frequently to prevent a MITM attack with an outdated version # (which may contain a vulnerable apk/libressl, and allows an attacker to # 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) pmaports_min_version = "4"