Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrm committed Feb 18, 2022
1 parent 627cd5f commit 5c325e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_viewer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ extern std::string LOG_FILE_NAME = "sioyek_log.txt";
std::ofstream LOG_FILE;
extern int FONT_SIZE = -1;
extern int STATUS_BAR_FONT_SIZE = -1;
extern std::string APPLICATION_VERSION = "1.0.0";
extern std::string APPLICATION_VERSION = "1.1.0";
extern float BACKGROUND_COLOR[3] = { 1.0f, 1.0f, 1.0f };
extern float DARK_MODE_BACKGROUND_COLOR[3] = { 0.0f, 0.0f, 0.0f };
extern float CUSTOM_BACKGROUND_COLOR[3] = { 1.0f, 1.0f, 1.0f };
Expand Down

0 comments on commit 5c325e7

Please sign in to comment.