Skip to content

Commit 183acda

Browse files
committed
Version 0.7 prepare.
1 parent 638052c commit 183acda

6 files changed

+2
-1
lines changed

bin/grblControl.exe

0 Bytes
Binary file not shown.

fonts/Ubuntu-R.ttf

-346 KB
Binary file not shown.

fonts/segoeui.ttf

-505 KB
Binary file not shown.

fonts/tahoma.ttf

-682 KB
Binary file not shown.

frmmain.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <QShortcut>
2525
#include <QAction>
2626
#include <QLayout>
27+
#include <QMimeData>
2728
#include "frmmain.h"
2829
#include "ui_frmmain.h"
2930

grbl_control.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DEFINES += sNan=\"65536\"
3232

3333
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
3434

35-
VERSION = 0.6
35+
VERSION = 0.7
3636

3737
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
3838

0 commit comments

Comments
 (0)