Release 1.1.0

This commit is contained in:
Jakub Melka 2021-12-19 19:32:48 +01:00
parent c75b8d677c
commit e301d70fe2
9 changed files with 11 additions and 9 deletions

View File

@ -20,7 +20,7 @@ QT += core gui widgets winextras
TARGET = Pdf4QtDocDiff
TEMPLATE = app
VERSION = 1.0.0
VERSION = 1.1.0
RC_ICONS = $$PWD/app-icon.ico

View File

@ -20,7 +20,7 @@ QT += core gui widgets winextras
TARGET = Pdf4QtDocPageOrganizer
TEMPLATE = app
VERSION = 1.0.0
VERSION = 1.1.0
RC_ICONS = $$PWD/app-icon.ico

View File

@ -21,7 +21,7 @@ TARGET = Pdf4QtLib
TEMPLATE = lib
win32:TARGET_EXT = .dll
VERSION = 1.0.0
VERSION = 1.1.0
QMAKE_TARGET_DESCRIPTION = "PDF rendering / editing library for Qt"
QMAKE_TARGET_COPYRIGHT = "(c) Jakub Melka 2018-2021"

View File

@ -25,8 +25,8 @@ namespace pdf
{
// Name of the library, together with version
static constexpr const char* PDF_LIBRARY_NAME = "PDF4QT 1.0.0";
static constexpr const char* PDF_LIBRARY_VERSION = "1.0.0";
static constexpr const char* PDF_LIBRARY_NAME = "PDF4QT 1.1.0";
static constexpr const char* PDF_LIBRARY_VERSION = "1.1.0";
// Structure file constants
static constexpr const char* PDF_END_OF_FILE_MARK = "%%EOF";

View File

@ -21,7 +21,7 @@ TARGET = Pdf4QtViewer
TEMPLATE = lib
win32:TARGET_EXT = .dll
VERSION = 1.0.0
VERSION = 1.1.0
DEFINES += PDF4QTVIEWER_LIBRARY

View File

@ -20,7 +20,7 @@ QT += core gui widgets winextras
TARGET = Pdf4QtViewerLite
TEMPLATE = app
VERSION = 1.0.0
VERSION = 1.1.0
RC_ICONS = $$PWD/app-icon.ico

View File

@ -20,7 +20,7 @@ QT += core gui widgets winextras
TARGET = Pdf4QtViewerProfi
TEMPLATE = app
VERSION = 1.0.0
VERSION = 1.1.0
RC_ICONS = $$PWD/app-icon.ico

View File

@ -19,7 +19,7 @@ CONFIG += c++11 console
CONFIG -= app_bundle
TARGET = PdfTool
VERSION = 1.0.0
VERSION = 1.1.0
QMAKE_TARGET_DESCRIPTION = "PDF tool for Qt"
QMAKE_TARGET_COPYRIGHT = "(c) Jakub Melka 2018-2021"

View File

@ -1,7 +1,9 @@
CURRENT:
V: 1.1.0, 19.12.2021
- DocDiff application (compare similar PDF documents)
- Linux support
- new icon set
V: 1.0.0 Beta, 19.9.2021
- initial beta release for non-production testing