Skip to content

Commit 8652fa5

Browse files
committed
1.1.0
1 parent f86dfc4 commit 8652fa5

File tree

6 files changed

+22
-5
lines changed

6 files changed

+22
-5
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.1.0
2+
=====
3+
4+
* Remove needless ImageItem.
5+
* Fix render timer.
6+
* Fix problems with Qt4.
7+
* Don't use QPixmap in the worker thread.
8+
19
1.0.1
210
=====
311

packaging/debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
snm (1.1.0-1) precise; urgency=low
2+
3+
* Remove needless ImageItem.
4+
* Fix render timer.
5+
* Fix problems with Qt4.
6+
* Don't use QPixmap in the worker thread.
7+
8+
-- Jussi Lind <[email protected]> Sun, 29 Dec 2013 22:14:04 +0200
9+
110
snm (1.0.1-1) precise; urgency=low
211

312
* Fix installation of desktop file.

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=1.0.1
7+
VERSION=1.1.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=1.0.1
8+
VERSION=1.1.0
99

1010
# Build
1111

scripts/updatePPA.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION=1.0.1
2-
DEBIAN_VERSION=1.0.1-1
1+
VERSION=1.1.0
2+
DEBIAN_VERSION=1.1.0-1
33
rm -rf *${VERSION}*
44
cp ../simplenormalmapper-code/snm-$VERSION.tar.gz .
55
mv snm-$VERSION.tar.gz snm_$VERSION.orig.tar.gz

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=\\\"1.0.1\\\"
15+
DEFINES += VERSION=\\\"1.1.0\\\"
1616

1717
# Input
1818
HEADERS += \

0 commit comments

Comments
 (0)