diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2017-11-29 05:39:21 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2017-11-29 05:39:21 +0100 |
commit | 41a5f72b02810b01c05e431305d137f98e53d891 (patch) | |
tree | d2dc7aaf31b6c7b72d4b30ff34fc87c780af198c | |
parent | Fix build error in old 5.0 tree (diff) | |
download | android_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 |
Diffstat (limited to '')
-rw-r--r-- | variables.h | 2 |
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" |