summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2017-11-29 05:39:21 +0100
committerEthan Yonker <dees_troy@teamw.in>2017-11-29 05:39:21 +0100
commit41a5f72b02810b01c05e431305d137f98e53d891 (patch)
treed2dc7aaf31b6c7b72d4b30ff34fc87c780af198c
parentFix build error in old 5.0 tree (diff)
downloadandroid_bootable_recovery-41a5f72b02810b01c05e431305d137f98e53d891.tar
android_bootable_recovery-41a5f72b02810b01c05e431305d137f98e53d891.tar.gz
android_bootable_recovery-41a5f72b02810b01c05e431305d137f98e53d891.tar.bz2
android_bootable_recovery-41a5f72b02810b01c05e431305d137f98e53d891.tar.lz
android_bootable_recovery-41a5f72b02810b01c05e431305d137f98e53d891.tar.xz
android_bootable_recovery-41a5f72b02810b01c05e431305d137f98e53d891.tar.zst
android_bootable_recovery-41a5f72b02810b01c05e431305d137f98e53d891.zip
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index bcf228c42..c233b8a20 100644
--- a/variables.h
+++ b/variables.h
@@ -17,7 +17,7 @@
#ifndef _VARIABLES_HEADER_
#define _VARIABLES_HEADER_
-#define TW_MAIN_VERSION_STR "3.1.1"
+#define TW_MAIN_VERSION_STR "3.2.0"
#define TW_VERSION_STR TW_MAIN_VERSION_STR TW_DEVICE_VERSION
#define TW_USE_COMPRESSION_VAR "tw_use_compression"