diff options
| author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2017-05-12 02:54:43 +1000 |
|---|---|---|
| committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2017-05-12 04:34:25 +1000 |
| commit | 699549e3c661e868656147cdad35189469198f4d (patch) | |
| tree | 8787119061d4b56339a434dc0058147193489e62 /heimdall/source | |
| parent | 663bb80f22575b096a98ff44a5afe0cb2b9b0f66 (diff) | |
| download | external_heimdall-699549e3c661e868656147cdad35189469198f4d.tar.gz external_heimdall-699549e3c661e868656147cdad35189469198f4d.tar.bz2 external_heimdall-699549e3c661e868656147cdad35189469198f4d.zip | |
Bumped version to 1.4.2
Diffstat (limited to 'heimdall/source')
| -rw-r--r-- | heimdall/source/Interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/Interface.cpp b/heimdall/source/Interface.cpp index b10c195..60984ec 100644 --- a/heimdall/source/Interface.cpp +++ b/heimdall/source/Interface.cpp @@ -42,7 +42,7 @@ using namespace Heimdall; map<string, Interface::ActionInfo> actionMap; bool stdoutErrors = false; -const char *version = "v1.4.1"; +const char *version = "v1.4.2"; const char *actionUsage = "Usage: heimdall <action> <action arguments>\n"; const char *releaseInfo = "Heimdall %s\n\n\ |
