diff --git a/pdf_viewer/main.cpp b/pdf_viewer/main.cpp index 3ff60c640..f3e349f6d 100644 --- a/pdf_viewer/main.cpp +++ b/pdf_viewer/main.cpp @@ -83,7 +83,7 @@ std::string LOG_FILE_NAME = "sioyek_log.txt"; std::ofstream LOG_FILE; int FONT_SIZE = -1; int STATUS_BAR_FONT_SIZE = -1; -std::string APPLICATION_VERSION = "1.4.0"; +std::string APPLICATION_VERSION = "1.5.0"; float BACKGROUND_COLOR[3] = { 1.0f, 1.0f, 1.0f }; float DARK_MODE_BACKGROUND_COLOR[3] = { 0.0f, 0.0f, 0.0f }; float CUSTOM_BACKGROUND_COLOR[3] = { 1.0f, 1.0f, 1.0f }; diff --git a/pdf_viewer_build_config.pro b/pdf_viewer_build_config.pro index b18330a44..90e74280b 100644 --- a/pdf_viewer_build_config.pro +++ b/pdf_viewer_build_config.pro @@ -1,6 +1,6 @@ TEMPLATE = app TARGET = sioyek -VERSION = 1.4.0 +VERSION = 1.5.0 INCLUDEPATH += ./pdf_viewer\ mupdf/include \ zlib