summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2019-05-16 19:11:32 +0200
committerEthan Yonker <dees_troy@teamw.in>2019-05-16 19:11:32 +0200
commit5a1ae0467495a198febb86f1edcb130ddae97c09 (patch)
tree8764069822e78c44c1d38f7ab99e46d7ad87aaab
parentAdd option to uninstall TWRP app from /system (diff)
downloadandroid_bootable_recovery-5a1ae0467495a198febb86f1edcb130ddae97c09.tar
android_bootable_recovery-5a1ae0467495a198febb86f1edcb130ddae97c09.tar.gz
android_bootable_recovery-5a1ae0467495a198febb86f1edcb130ddae97c09.tar.bz2
android_bootable_recovery-5a1ae0467495a198febb86f1edcb130ddae97c09.tar.lz
android_bootable_recovery-5a1ae0467495a198febb86f1edcb130ddae97c09.tar.xz
android_bootable_recovery-5a1ae0467495a198febb86f1edcb130ddae97c09.tar.zst
android_bootable_recovery-5a1ae0467495a198febb86f1edcb130ddae97c09.zip
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 779153ce2..76da715da 100644
--- a/variables.h
+++ b/variables.h
@@ -17,7 +17,7 @@
#ifndef _VARIABLES_HEADER_
#define _VARIABLES_HEADER_
-#define TW_MAIN_VERSION_STR "3.3.0"
+#define TW_MAIN_VERSION_STR "3.3.1"
#define TW_VERSION_STR TW_MAIN_VERSION_STR TW_DEVICE_VERSION
#define TW_USE_COMPRESSION_VAR "tw_use_compression"