diff --git a/client/defines.h b/client/defines.h index 86adf2891..ad7fc0508 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 d29d4ec61..b12fbfcb7 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"