From 1eda9b441f09a5fe47f90a1bdc2b69c4c66b85fa Mon Sep 17 00:00:00 2001 From: EgzoT Date: Tue, 28 Nov 2017 22:17:06 +0100 Subject: [PATCH] Update OTClient outdated version in VS project Change OTClient version from 0.6.3 to 0.6.6 in Visual Studio project. --- vc14/settings.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc14/settings.props b/vc14/settings.props index 901332ea..fd7b5b35 100644 --- a/vc14/settings.props +++ b/vc14/settings.props @@ -25,7 +25,7 @@ BUILD_TYPE="RelWithDebInfo"; BUILD_COMMIT="devel"; BUILD_REVISION="0"; - VERSION="0.6.3"; + VERSION="0.6.6"; AB