diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2017-05-11 18:54:43 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2017-05-11 20:34:25 +0200 |
commit | 699549e3c661e868656147cdad35189469198f4d (patch) | |
tree | 8787119061d4b56339a434dc0058147193489e62 | |
parent | Merge branch 'tflash' (diff) | |
download | Heimdall-699549e3c661e868656147cdad35189469198f4d.tar Heimdall-699549e3c661e868656147cdad35189469198f4d.tar.gz Heimdall-699549e3c661e868656147cdad35189469198f4d.tar.bz2 Heimdall-699549e3c661e868656147cdad35189469198f4d.tar.lz Heimdall-699549e3c661e868656147cdad35189469198f4d.tar.xz Heimdall-699549e3c661e868656147cdad35189469198f4d.tar.zst Heimdall-699549e3c661e868656147cdad35189469198f4d.zip |
-rw-r--r-- | heimdall-frontend/aboutform.ui | 2 | ||||
-rw-r--r-- | heimdall/source/Interface.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/heimdall-frontend/aboutform.ui b/heimdall-frontend/aboutform.ui index ce4d225..127f7cf 100644 --- a/heimdall-frontend/aboutform.ui +++ b/heimdall-frontend/aboutform.ui @@ -114,7 +114,7 @@ p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Heimdall Frontend</span></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Version 1.4.1</p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Version 1.4.2</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright © 2010-2017 Benjamin Dobell, Glass Echidna</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Heimdall (command line)</span></p>
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\ |