Skip to content

Commit 5aefeac

Browse files
committed
Bump version.
1 parent b80f9d2 commit 5aefeac

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
22

33
PROJECT(QComicBook)
4-
SET(VERSION "0.9.0")
4+
SET(VERSION "0.9.1")
55
SET(PACKAGE qcomicbook)
66
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/src/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
77

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2016-11-22: 0.9.1 -- Moved to Qt5 library.
2+
-- Minor fixes.
3+
-- Added snapcraft.yaml to allow building qcomicbook snap.
4+
15
2011-05-30: 0.9.0 -- dramatic improvement in responsiveness and performance, thanks to delegating
26
image transformations to separate thread.
37
-- migrated internally to QGraphicsView

THANKS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Cork - accurate and useful bugreports
1313
Alexandre Jodoin - bug reports
1414
David Lemke - bug report + patch
1515
Crocket - bug report
16+
Lana Black - Qt5 port
17+
Andrey Efremov - fix for drawing glitch.
18+
Viktor Dahl - support for natural sorting.
1619

1720
* Translations:
1821

src/ComicMainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ void ComicMainWindow::showAbout()
974974
{
975975
AboutDialog *win = new AboutDialog(this, "About QComicBook",
976976
"QComicBook " VERSION " - comic book viewer for GNU/Linux<br>"
977-
"(c)by Pawel Stolowski 2005-2010<br>"
977+
"(c)by Pawel Stolowski 2005-2016<br>"
978978
"released under terms of GNU General Public License<br><br>"
979979
"<a href=\"http://www.qcomicbook.org\">http://www.qcomicbook.org</a><br>"
980980
"<a href=\"mailto:[email protected]\">[email protected]</a>", QPixmap(":/images/qcomicbook-splash.png"));

0 commit comments

Comments
 (0)