summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2016-04-04 16:25:59 +0200
committerEthan Yonker <dees_troy@teamw.in>2016-04-04 16:25:59 +0200
commit4b131f70aca05dba4c17e7660c2dfc9d10cdc7aa (patch)
treef77b4b03b22136783753f80c48b52c23b75f59be
parentgui: don't mix up display value with actual value (diff)
downloadandroid_bootable_recovery-4b131f70aca05dba4c17e7660c2dfc9d10cdc7aa.tar
android_bootable_recovery-4b131f70aca05dba4c17e7660c2dfc9d10cdc7aa.tar.gz
android_bootable_recovery-4b131f70aca05dba4c17e7660c2dfc9d10cdc7aa.tar.bz2
android_bootable_recovery-4b131f70aca05dba4c17e7660c2dfc9d10cdc7aa.tar.lz
android_bootable_recovery-4b131f70aca05dba4c17e7660c2dfc9d10cdc7aa.tar.xz
android_bootable_recovery-4b131f70aca05dba4c17e7660c2dfc9d10cdc7aa.tar.zst
android_bootable_recovery-4b131f70aca05dba4c17e7660c2dfc9d10cdc7aa.zip
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 202e27dfe..1cfef0864 100644
--- a/variables.h
+++ b/variables.h
@@ -17,7 +17,7 @@
#ifndef _VARIABLES_HEADER_
#define _VARIABLES_HEADER_
-#define TW_VERSION_STR "3.0.1-0"
+#define TW_VERSION_STR "3.0.2-0"
#define TW_USE_COMPRESSION_VAR "tw_use_compression"
#define TW_FILENAME "tw_filename"