File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.19.7 (05/01/2026)
2+ All:
3+ * Stable channel release.
4+
5+
162.19.6 (15/12/2025)
27Linux:
38 * Fixed OpenVPN protocols not working on openSUSE Tumbleweed. #1589
Original file line number Diff line number Diff line change 22
33#define WINDSCRIBE_MAJOR_VERSION 2
44#define WINDSCRIBE_MINOR_VERSION 19
5- #define WINDSCRIBE_BUILD_VERSION 6
5+ #define WINDSCRIBE_BUILD_VERSION 7
66
77// only one of these should be enabled; neither -> stable
8- #define WINDSCRIBE_IS_BETA
8+ // #define WINDSCRIBE_IS_BETA
99//#define WINDSCRIBE_IS_GUINEA_PIG
1010
1111#define STR_HELPER (x ) #x
1414#define WINDSCRIBE_VERSION_STR STR(WINDSCRIBE_MAJOR_VERSION) "." STR(WINDSCRIBE_MINOR_VERSION) "." STR(WINDSCRIBE_BUILD_VERSION)
1515#define WINDSCRIBE_VERSION_STR_UNICODE STR(WINDSCRIBE_MAJOR_VERSION) L"." STR(WINDSCRIBE_MINOR_VERSION) L"." STR(WINDSCRIBE_BUILD_VERSION)
1616#define WINDSCRIBE_MAJOR_MINOR_VERSION_STR STR(WINDSCRIBE_MAJOR_VERSION) "." STR(WINDSCRIBE_MINOR_VERSION)
17- #define WINDSCRIBE_COPYRIGHT_STR "Copyright (C) 2025 Windscribe Limited"
17+ #define WINDSCRIBE_COPYRIGHT_STR "Copyright (C) 2026 Windscribe Limited"
You can’t perform that action at this time.
0 commit comments