From 1b5cbb797bc46f64d5a24efa7f346fe30da43f3f Mon Sep 17 00:00:00 2001 From: Jonathan Martin Date: Tue, 2 Jul 2024 09:23:02 -0700 Subject: [PATCH] v2.10.15 --- client/common/changelog.txt | 5 +++++ client/common/version/windscribe_version.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/client/common/changelog.txt b/client/common/changelog.txt index 90cbfb21..81a2f52b 100644 --- a/client/common/changelog.txt +++ b/client/common/changelog.txt @@ -1,3 +1,8 @@ +2.10.15 (28/06/2024) +All: + * No changes. Promoted 2.10.14 to the stable channel. + + 2.10.14 (20/06/2024) All: * Improved best location selection. #1040 diff --git a/client/common/version/windscribe_version.h b/client/common/version/windscribe_version.h index e1f9f02f..9bc42e53 100644 --- a/client/common/version/windscribe_version.h +++ b/client/common/version/windscribe_version.h @@ -2,10 +2,10 @@ #define WINDSCRIBE_MAJOR_VERSION 2 #define WINDSCRIBE_MINOR_VERSION 10 -#define WINDSCRIBE_BUILD_VERSION 14 +#define WINDSCRIBE_BUILD_VERSION 15 // only one of these should be enabled; neither -> stable -#define WINDSCRIBE_IS_BETA +//#define WINDSCRIBE_IS_BETA //#define WINDSCRIBE_IS_GUINEA_PIG #define STR_HELPER(x) #x