From ddca4f9068efccf8db891017270df919b955f18f Mon Sep 17 00:00:00 2001 From: pokamest Date: Fri, 24 Sep 2021 14:01:53 +0300 Subject: [PATCH] =?UTF-8?q?Software=20verion=202.0.0=20=D0=91=D0=B8=D0=BB?= =?UTF-8?q?=D0=B4=20=D0=B2=D1=8B=D0=BF=D1=83=D1=89=D0=B5=D0=BD=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA?= =?UTF-8?q?=D0=B5=20=D0=A2=D0=B5=D0=BF=D0=BB=D0=B8=D1=86=D1=8B=20=D1=81?= =?UTF-8?q?=D0=BE=D1=86=D0=B8=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D1=82?= =?UTF-8?q?=D0=B5=D1=85=D0=BD=D0=BE=D0=BB=D0=BE=D0=B3=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/defines.h | 4 ++-- client/platform_win/vpnclient.rc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/defines.h b/client/defines.h index 86adf289..ad7fc050 100644 --- a/client/defines.h +++ b/client/defines.h @@ -4,7 +4,7 @@ #define APPLICATION_NAME "AmneziaVPN" #define SERVICE_NAME "AmneziaVPN-service" #define ORGANIZATION_NAME "AmneziaVPN.ORG" -#define APP_MAJOR_VERSION "1.8.1" -#define APP_VERSION "1.8.1.0" +#define APP_MAJOR_VERSION "2.0.0" +#define APP_VERSION "2.0.0.0" #endif // DEFINES_H diff --git a/client/platform_win/vpnclient.rc b/client/platform_win/vpnclient.rc index d29d4ec6..b12fbfcb 100644 --- a/client/platform_win/vpnclient.rc +++ b/client/platform_win/vpnclient.rc @@ -3,11 +3,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_ICON1 ICON "../images/app.ico" -#define VER_FILEVERSION 1,7,0,0 -#define VER_FILEVERSION_STR "1.7.0.0\0" +#define VER_FILEVERSION 2,0,0,0 +#define VER_FILEVERSION_STR "2.0.0.0\0" -#define VER_PRODUCTVERSION 1,7,0,0 -#define VER_PRODUCTVERSION_STR "1.7.0.0\0" +#define VER_PRODUCTVERSION 2,0,0,0 +#define VER_PRODUCTVERSION_STR "2.0.0.0\0" #define VER_COMPANYNAME_STR "AmneziaVPN" #define VER_FILEDESCRIPTION_STR "AmneziaVPN"