From 5aefeac5d4dbc7cb6bcdae48fae359031de1c9a6 Mon Sep 17 00:00:00 2001 From: Pawel Stolowski Date: Tue, 22 Nov 2016 18:44:56 +0100 Subject: [PATCH] Bump version. --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ THANKS | 3 +++ src/ComicMainWindow.cpp | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2400cc5..356bfc4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/ChangeLog b/ChangeLog index 86c0474..50573b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/THANKS b/THANKS index 64c9ea0..5996322 100644 --- a/THANKS +++ b/THANKS @@ -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: diff --git a/src/ComicMainWindow.cpp b/src/ComicMainWindow.cpp index f9c70c6..901e744 100644 --- a/src/ComicMainWindow.cpp +++ b/src/ComicMainWindow.cpp @@ -974,7 +974,7 @@ void ComicMainWindow::showAbout() { AboutDialog *win = new AboutDialog(this, "About QComicBook", "QComicBook " VERSION " - comic book viewer for GNU/Linux
" - "(c)by Pawel Stolowski 2005-2010
" + "(c)by Pawel Stolowski 2005-2016
" "released under terms of GNU General Public License

" "http://www.qcomicbook.org
" "stolowski@gmail.com", QPixmap(":/images/qcomicbook-splash.png"));