Skip to content

Commit 756dabf

Browse files
committed
v2.19.7
1 parent da73129 commit 756dabf

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/client/common/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.19.7 (05/01/2026)
2+
All:
3+
* Stable channel release.
4+
5+
16
2.19.6 (15/12/2025)
27
Linux:
38
* Fixed OpenVPN protocols not working on openSUSE Tumbleweed. #1589

src/client/common/version/windscribe_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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
@@ -14,4 +14,4 @@
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"

0 commit comments

Comments
 (0)