meta version updated
This commit is contained in:
parent
7dfc002316
commit
0d989a7fae
4 changed files with 8 additions and 8 deletions
|
@ -3,11 +3,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
|
||||
IDI_ICON1 ICON "../images/app.ico"
|
||||
|
||||
#define VER_FILEVERSION 1,1,1,1
|
||||
#define VER_FILEVERSION_STR "1.1.1.1\0"
|
||||
#define VER_FILEVERSION 1,6,0,0
|
||||
#define VER_FILEVERSION_STR "1.6.0.0\0"
|
||||
|
||||
#define VER_PRODUCTVERSION 1,1,1,1
|
||||
#define VER_PRODUCTVERSION_STR "1.1.1.1\0"
|
||||
#define VER_PRODUCTVERSION 1,6,0,0
|
||||
#define VER_PRODUCTVERSION_STR "1.6.0.0\0"
|
||||
|
||||
#define VER_COMPANYNAME_STR "AmneziaVPN"
|
||||
#define VER_FILEDESCRIPTION_STR "AmneziaVPN"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Installer>
|
||||
<Name>AmneziaVPN</Name>
|
||||
<Version>1.0.0</Version>
|
||||
<Version>1.6.0.0</Version>
|
||||
<Title>AmneziaVPN</Title>
|
||||
<Publisher>AmneziaVPN</Publisher>
|
||||
<StartMenuDir>AmneziaVPN</StartMenuDir>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Installer>
|
||||
<Name>AmneziaVPN</Name>
|
||||
<Version>1.0.0</Version>
|
||||
<Version>1.6.0.0</Version>
|
||||
<Title>AmneziaVPN</Title>
|
||||
<Publisher>AmneziaVPN</Publisher>
|
||||
<StartMenuDir>AmneziaVPN</StartMenuDir>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<Package>
|
||||
<DisplayName>AmneziaVPN</DisplayName>
|
||||
<Description>Installation package for AmneziaVPN</Description>
|
||||
<Version>1.0.0</Version>
|
||||
<ReleaseDate>1970-01-01</ReleaseDate>
|
||||
<Version>1.6.0.0</Version>
|
||||
<ReleaseDate>2021-03-31</ReleaseDate>
|
||||
<Default>true</Default>
|
||||
<ForcedInstallation>true</ForcedInstallation>
|
||||
<RequiresAdminRights>true</RequiresAdminRights>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue