From 2af13795b9e55b57e8323abbb17e7467ebba1ff0 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Fri, 8 Dec 2017 17:47:30 -0500 Subject: TWRP Bugfix release This release fixes restore by forcing regular TWRP Backup by default. Thanks to jlask for fixing this issue. Change-Id: I0b2d507d7a2a3e6bfdd00174af89efbe511e90e0 --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index c233b8a20..7d8b7392e 100644 --- a/variables.h +++ b/variables.h @@ -17,7 +17,7 @@ #ifndef _VARIABLES_HEADER_ #define _VARIABLES_HEADER_ -#define TW_MAIN_VERSION_STR "3.2.0" +#define TW_MAIN_VERSION_STR "3.2.1" #define TW_VERSION_STR TW_MAIN_VERSION_STR TW_DEVICE_VERSION #define TW_USE_COMPRESSION_VAR "tw_use_compression" -- cgit v1.2.3