File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ 1.0.0
2+ =====
3+
4+ * Add AboutDlg.
5+ * Move build scripts to scripts/
6+ * Add MXE env setup script.
7+ * Give information if saving fails.
8+ * Check for qmake in the special build scripts.
9+ * Optional install to /opt.
10+ * Add desktop files.
11+ * Add install targets.
12+ * Set window icon.
13+ * Add icon files.
14+ * Remove needless snm.sh
15+ * Add configuring options for static Qt5.
16+ * Add scripts for generic Linux builds.
17+
1180.1.1
219=====
320
Original file line number Diff line number Diff line change 44
55QT5_QMAKE=~ /qt5/bin/qmake
66TAR=tar
7- VERSION=0.1.1
7+ VERSION=1.0.0
88
99# Build
1010
Original file line number Diff line number Diff line change 55MXE_QT5_QMAKE=~ /mxe/usr/i686-pc-mingw32/qt5/bin/qmake
66ZIP=zip
77UNIX2DOS=unix2dos
8- VERSION=0.1.1
8+ VERSION=1.0.0
99
1010# Build
1111
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DEFINES += USE_QT5
1212QT += gui
1313}
1414
15- DEFINES += VERSION =\ \\"0.1.1 \\\"
15+ DEFINES += VERSION =\ \\"1.0.0 \\\"
1616
1717# Input
1818HEADERS += \
You can’t perform that action at this time.
0 commit comments