From: Alessandro Astone Date: Wed, 5 Mar 2025 18:02:24 +0000 (+0100) Subject: Upver to 1.5.0 X-Git-Tag: 1.5.0~1 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/4275bc9fb5a76c5a8d6b4499603af33c64f95960?ds=inline Upver to 1.5.0 Bumping the minor version just because this is going to be the first version properly supporting Android 13 (see commit 6a0d1909) --- diff --git a/tools/config/__init__.py b/tools/config/__init__.py index e14ff2d..6b69f4e 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -12,7 +12,7 @@ from tools.config.save import save # # Exported variables (internal configuration) # -version = "1.4.3" +version = "1.5.0" tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") # Keys saved in the config file (mostly what we ask in 'waydroid init')