summaryrefslogtreecommitdiffstats
path: root/variables.h
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-02-25 04:58:41 +0100
committerDees_Troy <dees_troy@teamw.in>2013-02-25 04:58:41 +0100
commit54f68757c629a15ef407fdd3f8aef521a6818057 (patch)
tree35b961bc5e9a0ad0ee6c4cdc9aa007b3e41f7428 /variables.h
parentFix building of updater for 4.2 environment (diff)
downloadandroid_bootable_recovery-54f68757c629a15ef407fdd3f8aef521a6818057.tar
android_bootable_recovery-54f68757c629a15ef407fdd3f8aef521a6818057.tar.gz
android_bootable_recovery-54f68757c629a15ef407fdd3f8aef521a6818057.tar.bz2
android_bootable_recovery-54f68757c629a15ef407fdd3f8aef521a6818057.tar.lz
android_bootable_recovery-54f68757c629a15ef407fdd3f8aef521a6818057.tar.xz
android_bootable_recovery-54f68757c629a15ef407fdd3f8aef521a6818057.tar.zst
android_bootable_recovery-54f68757c629a15ef407fdd3f8aef521a6818057.zip
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index 826eb6bf5..6a87f2ca9 100644
--- a/variables.h
+++ b/variables.h
@@ -17,7 +17,7 @@
#ifndef _VARIABLES_HEADER_
#define _VARIABLES_HEADER_
-#define TW_VERSION_STR "2.4.1.0"
+#define TW_VERSION_STR "2.4.2.0"
#define TW_USE_COMPRESSION_VAR "tw_use_compression"
#define TW_FILENAME "tw_filename"
@@ -164,7 +164,7 @@
// tw_sp2_is_mountable
// tw_sp3_is_mountable
-// Max archive size for tar backups before we split (1.5GB)
+// Max archive size for tar backups before we split (1.5GB)
#define MAX_ARCHIVE_SIZE 1610612736LLU
#ifndef CUSTOM_LUN_FILE