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

@ -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";