diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-09-15 20:32:41 +0200 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2020-03-26 13:31:31 +0100 |
commit | 3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c (patch) | |
tree | 84edc7496403ead3a993b552b1e7862f42e5d13c /qtmips_cli | |
parent | e5a5a3d99f68830294261bfde8f88f787c8306fc (diff) | |
download | qtmips-3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c.tar.gz qtmips-3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c.tar.bz2 qtmips-3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c.zip |
Version updated to 0.7.4
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_cli')
-rw-r--r-- | qtmips_cli/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_cli/main.cpp b/qtmips_cli/main.cpp index b318f13..c77ba2f 100644 --- a/qtmips_cli/main.cpp +++ b/qtmips_cli/main.cpp @@ -343,7 +343,7 @@ bool assemble(QtMipsMachine &machine, MsgReport &msgrep, QString filename) { int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); app.setApplicationName("qtmips_cli"); - app.setApplicationVersion("0.7"); + app.setApplicationVersion("0.7.4"); QCommandLineParser p; create_parser(p); |