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
This commit is contained in:
Captain Throwback
2021-02-15 12:24:48 -05:00
committed by bigbiff
parent 91cd2ea291
commit a0a75f2f98
+1 -1
View File
@@ -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"