Skip to content

Commit b5cac43

Browse files
committed
1.0.1
1 parent 400ede6 commit b5cac43

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.1
2+
=====
3+
4+
* Fix installation of desktop file.
5+
* Remove cdbs from build deps.
6+
* Add example debian packaging.
7+
18
1.0.0
29
=====
310

packaging/debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
snm (1.0.1-1) precise; urgency=low
2+
3+
* Fix installation of desktop file.
4+
* Remove cdbs from build deps.
5+
* Add example debian packaging.
6+
7+
-- Jussi Lind <jussi.lind@iki.fi> Sun, 29 Dec 2013 17:59:39 +0200
8+
19
snm (1.0.0-1) precise; urgency=low
210

311
* Initial release

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.0
7+
VERSION=1.0.1
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.0
8+
VERSION=1.0.1
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.0
2-
DEBIAN_VERSION=1.0.0-1
1+
VERSION=1.0.1
2+
DEBIAN_VERSION=1.0.1-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.0\\\"
15+
DEFINES += VERSION=\\\"1.0.1\\\"
1616

1717
# Input
1818
HEADERS += \

0 commit comments

Comments
 (0)