Software verion 2.0.0

Билд выпущен при поддержке Теплицы социальных технологий
This commit is contained in:
pokamest 2021-09-24 14:01:53 +03:00
parent b244158b95
commit ddca4f9068
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"