We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece063d commit cdaf79fCopy full SHA for cdaf79f
app/constants.hpp
@@ -4,7 +4,7 @@
4
5
inline const wxString APP_NAME = "Paperback";
6
inline const wxString APP_VERSION = wxString::FromUTF8(PAPERBACK_VERSION_STRING);
7
-inline const wxString APP_COPYRIGHT = "Copyright (C) 2025 Quin Gillespie. All rights reserved.";
+inline const wxString APP_COPYRIGHT = "Copyright (C) 2025-2026 Quin Gillespie. All rights reserved.";
8
inline const wxString APP_WEBSITE = "https://github.com/trypsynth/paperback";
9
inline constexpr int POSITION_SAVE_THROTTLE_MS = 1000;
10
inline constexpr int STATUS_UPDATE_THROTTLE_MS = 100;
0 commit comments