From 3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 15 Sep 2019 20:32:41 +0200 Subject: Version updated to 0.7.4 Signed-off-by: Pavel Pisa --- qtmips_cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmips_cli') 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); -- cgit v1.2.3