summaryrefslogtreecommitdiffstats
path: root/variables.h
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2016-12-09 03:21:17 +0100
committerEthan Yonker <dees_troy@teamw.in>2017-01-18 16:44:17 +0100
commit584b977489aa559736963c4ca772c258fd323d8e (patch)
treeb5a3209693144f5e9c3c448e2bb90d2fdedd14cf /variables.h
parentbuild: AOSP/CM14 fixes (API 24/25, mainly BusyBox-less environment) (diff)
downloadandroid_bootable_recovery-584b977489aa559736963c4ca772c258fd323d8e.tar
android_bootable_recovery-584b977489aa559736963c4ca772c258fd323d8e.tar.gz
android_bootable_recovery-584b977489aa559736963c4ca772c258fd323d8e.tar.bz2
android_bootable_recovery-584b977489aa559736963c4ca772c258fd323d8e.tar.lz
android_bootable_recovery-584b977489aa559736963c4ca772c258fd323d8e.tar.xz
android_bootable_recovery-584b977489aa559736963c4ca772c258fd323d8e.tar.zst
android_bootable_recovery-584b977489aa559736963c4ca772c258fd323d8e.zip
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 9cdbfb61e..344690229 100644
--- a/variables.h
+++ b/variables.h
@@ -17,7 +17,8 @@
#ifndef _VARIABLES_HEADER_
#define _VARIABLES_HEADER_
-#define TW_VERSION_STR "3.0.3-0"
+#define TW_MAIN_VERSION_STR "3.0.3"
+#define TW_VERSION_STR TW_MAIN_VERSION_STR TW_DEVICE_VERSION
#define TW_USE_COMPRESSION_VAR "tw_use_compression"
#define TW_FILENAME "tw_filename"