Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Dec 29, 2013
1 parent f86dfc4 commit 8652fa5
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.1.0
=====

* Remove needless ImageItem.
* Fix render timer.
* Fix problems with Qt4.
* Don't use QPixmap in the worker thread.

1.0.1
=====

Expand Down
9 changes: 9 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
snm (1.1.0-1) precise; urgency=low

* Remove needless ImageItem.
* Fix render timer.
* Fix problems with Qt4.
* Don't use QPixmap in the worker thread.

-- Jussi Lind <[email protected]> Sun, 29 Dec 2013 22:14:04 +0200

snm (1.0.1-1) precise; urgency=low

* Fix installation of desktop file.
Expand Down
2 changes: 1 addition & 1 deletion scripts/genericLinuxBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

QT5_QMAKE=~/qt5/bin/qmake
TAR=tar
VERSION=1.0.1
VERSION=1.1.0

# Build

Expand Down
2 changes: 1 addition & 1 deletion scripts/mxeWindowsBuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
MXE_QT5_QMAKE=~/mxe/usr/i686-pc-mingw32/qt5/bin/qmake
ZIP=zip
UNIX2DOS=unix2dos
VERSION=1.0.1
VERSION=1.1.0

# Build

Expand Down
4 changes: 2 additions & 2 deletions scripts/updatePPA.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION=1.0.1
DEBIAN_VERSION=1.0.1-1
VERSION=1.1.0
DEBIAN_VERSION=1.1.0-1
rm -rf *${VERSION}*
cp ../simplenormalmapper-code/snm-$VERSION.tar.gz .
mv snm-$VERSION.tar.gz snm_$VERSION.orig.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion snm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEFINES += USE_QT5
QT += gui
}

DEFINES += VERSION=\\\"1.0.1\\\"
DEFINES += VERSION=\\\"1.1.0\\\"

# Input
HEADERS += \
Expand Down

0 comments on commit 8652fa5

Please sign in to comment.