Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrm committed May 14, 2022
1 parent cc26cd8 commit d9e6679
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdf_viewer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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.2.0";
std::string APPLICATION_VERSION = "1.3.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 };
Expand Down
2 changes: 1 addition & 1 deletion pdf_viewer_build_config.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = sioyek
VERSION = 1.2.0
VERSION = 1.3.0
INCLUDEPATH += ./pdf_viewer\
mupdf/include \
zlib
Expand Down
Binary file modified tutorial.pdf
Binary file not shown.

0 comments on commit d9e6679

Please sign in to comment.