aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-06-03 12:18:10 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-06-03 12:18:10 +1000
commitab4073bb80f289593313a24fd33a067190cea3bc (patch)
tree31589b17e38a3062ebd1bae51481826ec196811b
parent70365974014ecef8549e24468d4820ee2b455858 (diff)
downloadexternal_heimdall-ab4073bb80f289593313a24fd33a067190cea3bc.zip
external_heimdall-ab4073bb80f289593313a24fd33a067190cea3bc.tar.gz
external_heimdall-ab4073bb80f289593313a24fd33a067190cea3bc.tar.bz2
Doh! Fixed the displayed version number.
-rw-r--r--heimdall/source/InterfaceManager.cpp2
-rw-r--r--heimdall/source/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/source/InterfaceManager.cpp b/heimdall/source/InterfaceManager.cpp
index 3467e8b..107342b 100644
--- a/heimdall/source/InterfaceManager.cpp
+++ b/heimdall/source/InterfaceManager.cpp
@@ -95,7 +95,7 @@ int InterfaceManager::actionValuelessArgumentCounts[kActionCount + 1] = {
kFlashArgPit, 0, kDumpArgChipType, 0, 0, kCommonArgDelay
};
-const char *InterfaceManager::usage = "\nHeimdall v1.0.2b, Copyright (c) 2010-2011, Benjamin Dobell, Glass Echidna\n\n\
+const char *InterfaceManager::usage = "\nHeimdall v1.2.0, Copyright (c) 2010-2011, Benjamin Dobell, Glass Echidna\n\n\
Usage: heimdall <action> <arguments> [--verbose] [--no-reboot] [--delay <ms>]\n\
\n\
action: flash\n\
diff --git a/heimdall/source/main.cpp b/heimdall/source/main.cpp
index cb372ea..84260f0 100644
--- a/heimdall/source/main.cpp
+++ b/heimdall/source/main.cpp
@@ -567,7 +567,7 @@ int main(int argc, char **argv)
}
}
- InterfaceManager::Print("\nHeimdall v1.0.2b, Copyright (c) 2010-2011, Benjamin Dobell, Glass Echidna\n");
+ InterfaceManager::Print("\nHeimdall v1.2.0, Copyright (c) 2010-2011, Benjamin Dobell, Glass Echidna\n");
InterfaceManager::Print("http://www.glassechidna.com.au\n\n");
InterfaceManager::Print("This software is provided free of charge. Copying and redistribution is\nencouraged.\n\n");
InterfaceManager::Print("If you appreciate this software and you would like to support future\ndevelopment please consider donating:\n");