diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-10-22 21:02:51 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-10-22 21:02:51 +0200 |
commit | b53fcaa35f2f4785cda16382973434657f3e34fc (patch) | |
tree | 45a8dd73a5a5338c938052ea3d4aea03a0f92168 /variables.h | |
parent | Fix crash when rapid firing command line commands (diff) | |
download | android_bootable_recovery-b53fcaa35f2f4785cda16382973434657f3e34fc.tar android_bootable_recovery-b53fcaa35f2f4785cda16382973434657f3e34fc.tar.gz android_bootable_recovery-b53fcaa35f2f4785cda16382973434657f3e34fc.tar.bz2 android_bootable_recovery-b53fcaa35f2f4785cda16382973434657f3e34fc.tar.lz android_bootable_recovery-b53fcaa35f2f4785cda16382973434657f3e34fc.tar.xz android_bootable_recovery-b53fcaa35f2f4785cda16382973434657f3e34fc.tar.zst android_bootable_recovery-b53fcaa35f2f4785cda16382973434657f3e34fc.zip |
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h index 1c1957f4e..c6255a9f1 100644 --- a/variables.h +++ b/variables.h @@ -17,7 +17,7 @@ #ifndef _VARIABLES_HEADER_ #define _VARIABLES_HEADER_ -#define TW_VERSION_STR "2.8.0.0" +#define TW_VERSION_STR "2.8.1.0" #define TW_USE_COMPRESSION_VAR "tw_use_compression" #define TW_FILENAME "tw_filename" |