From 4142bd481c15fa7e0aa0040e37605c0c3cc34fbd Mon Sep 17 00:00:00 2001 From: ahrm Date: Sun, 3 Apr 2022 18:13:43 +0430 Subject: [PATCH] Version 1.2.0 --- pdf_viewer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf_viewer/main.cpp b/pdf_viewer/main.cpp index e43915903..c1428b7f7 100644 --- a/pdf_viewer/main.cpp +++ b/pdf_viewer/main.cpp @@ -88,7 +88,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.1.0"; +std::string APPLICATION_VERSION = "1.2.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 };