From 1e00ce49b9853abc8105698ca5e01a4a0173c9d9 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 16 Sep 2019 21:48:32 +0200 Subject: [PATCH] Prepare 1.8.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 b3ec2acd..fd4ffeea 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.7.0" +version = "1.8.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-r2" +apk_tools_static_min_version = "2.10.4-r3" # postmarketOS aports compatibility (checked against "version" in pmaports.cfg) pmaports_min_version = "4"