Skip to content

Commit e4e82d7

Browse files
committed
1.0.0
1 parent 8710b12 commit e4e82d7

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
0.1.1
219
=====
320

scripts/genericLinuxBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
QT5_QMAKE=~/qt5/bin/qmake
66
TAR=tar
7-
VERSION=0.1.1
7+
VERSION=1.0.0
88

99
# Build
1010

scripts/mxeWindowsBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
MXE_QT5_QMAKE=~/mxe/usr/i686-pc-mingw32/qt5/bin/qmake
66
ZIP=zip
77
UNIX2DOS=unix2dos
8-
VERSION=0.1.1
8+
VERSION=1.0.0
99

1010
# Build
1111

snm.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DEFINES += USE_QT5
1212
QT += gui
1313
}
1414

15-
DEFINES += VERSION=\\\"0.1.1\\\"
15+
DEFINES += VERSION=\\\"1.0.0\\\"
1616

1717
# Input
1818
HEADERS += \

0 commit comments

Comments
 (0)