Skip to content

Commit

Permalink
version 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrm committed Nov 3, 2021
1 parent 3e869ba commit e4001a7
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 @@ -84,7 +84,7 @@


extern std::wstring APPLICATION_NAME = L"sioyek";
extern std::string APPLICATION_VERSION = "0.31.6";
extern std::string APPLICATION_VERSION = "1.0.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 };
std::wstring SEARCH_URLS[26];
Expand Down

0 comments on commit e4001a7

Please sign in to comment.