Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stolowski committed Nov 22, 2016
1 parent b80f9d2 commit 5aefeac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

PROJECT(QComicBook)
SET(VERSION "0.9.0")
SET(VERSION "0.9.1")
SET(PACKAGE qcomicbook)
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/src/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-11-22: 0.9.1 -- Moved to Qt5 library.
-- Minor fixes.
-- Added snapcraft.yaml to allow building qcomicbook snap.

2011-05-30: 0.9.0 -- dramatic improvement in responsiveness and performance, thanks to delegating
image transformations to separate thread.
-- migrated internally to QGraphicsView
Expand Down
3 changes: 3 additions & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Cork - accurate and useful bugreports
Alexandre Jodoin - bug reports
David Lemke - bug report + patch
Crocket - bug report
Lana Black - Qt5 port
Andrey Efremov - fix for drawing glitch.
Viktor Dahl - support for natural sorting.

* Translations:

Expand Down
2 changes: 1 addition & 1 deletion src/ComicMainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ void ComicMainWindow::showAbout()
{
AboutDialog *win = new AboutDialog(this, "About QComicBook",
"QComicBook " VERSION " - comic book viewer for GNU/Linux<br>"
"(c)by Pawel Stolowski 2005-2010<br>"
"(c)by Pawel Stolowski 2005-2016<br>"
"released under terms of GNU General Public License<br><br>"
"<a href=\"http://www.qcomicbook.org\">http://www.qcomicbook.org</a><br>"
"<a href=\"mailto:[email protected]\">[email protected]</a>", QPixmap(":/images/qcomicbook-splash.png"));
Expand Down

0 comments on commit 5aefeac

Please sign in to comment.