diff options
author | Dees Troy <dees_troy@teamw.in> | 2014-03-06 21:40:45 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2014-03-06 21:40:45 +0100 |
commit | 5314a85194995d0f7adb4afdbaa572220405984e (patch) | |
tree | 077eecdc331ce8ecbec085f84d873ff24ab99ca6 | |
parent | Change qcom time error messages to info (diff) | |
download | android_bootable_recovery-5314a85194995d0f7adb4afdbaa572220405984e.tar android_bootable_recovery-5314a85194995d0f7adb4afdbaa572220405984e.tar.gz android_bootable_recovery-5314a85194995d0f7adb4afdbaa572220405984e.tar.bz2 android_bootable_recovery-5314a85194995d0f7adb4afdbaa572220405984e.tar.lz android_bootable_recovery-5314a85194995d0f7adb4afdbaa572220405984e.tar.xz android_bootable_recovery-5314a85194995d0f7adb4afdbaa572220405984e.tar.zst android_bootable_recovery-5314a85194995d0f7adb4afdbaa572220405984e.zip |
-rw-r--r-- | variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h index 0a860acf7..b77247177 100644 --- a/variables.h +++ b/variables.h @@ -17,7 +17,7 @@ #ifndef _VARIABLES_HEADER_ #define _VARIABLES_HEADER_ -#define TW_VERSION_STR "2.6.3.0" +#define TW_VERSION_STR "2.7.0.0" #define TW_USE_COMPRESSION_VAR "tw_use_compression" #define TW_FILENAME "tw_filename" |