From a0a75f2f98bcd30c5027e480aecae210b85445d2 Mon Sep 17 00:00:00 2001 From: Captain Throwback Date: Sun, 29 Nov 2020 12:38:20 -0500 Subject: [PATCH] variables: add branch to TWRP version number Since the 9.0 and 10.0 TWRP branches have diverged due to adding dynamic partition support, this will make it easier to understand which branch of TWRP is being used for the build. Change-Id: I2712c9498c9230e9a6d2eac718bda9e82a6d14f7 --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.h b/variables.h index 95946b70..e96f7be1 100755 --- a/variables.h +++ b/variables.h @@ -17,7 +17,7 @@ #ifndef _VARIABLES_HEADER_ #define _VARIABLES_HEADER_ -#define TW_MAIN_VERSION_STR "3.4.0" +#define TW_MAIN_VERSION_STR "3.4.0_10" #define TW_VERSION_STR TW_MAIN_VERSION_STR TW_DEVICE_VERSION #define TW_USE_COMPRESSION_VAR "tw_use_compression"