Skip to content

Commit

Permalink
Bump to 1.1.10
Browse files Browse the repository at this point in the history
Upstream version: 4.14.6
  • Loading branch information
c0re100 committed Jan 16, 2024
1 parent f8b8d3b commit a9c2eb2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Telegram/Resources/uwp/AppX/AppxManifest.xml
Expand Up @@ -10,7 +10,7 @@
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
ProcessorArchitecture="ARCHITECTURE"
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
Version="1.1.9.0" />
Version="1.1.10.0" />
<Properties>
<DisplayName>Telegram Desktop</DisplayName>
<PublisherDisplayName>Telegram Messenger LLP</PublisherDisplayName>
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Telegram.rc
Expand Up @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,9,0
PRODUCTVERSION 1,1,9,0
FILEVERSION 1,1,10,0
PRODUCTVERSION 1,1,10,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -62,10 +62,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "64Gram"
VALUE "FileDescription", "64Gram Desktop"
VALUE "FileVersion", "1.1.9.0"
VALUE "FileVersion", "1.1.10.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2022"
VALUE "ProductName", "64Gram Desktop"
VALUE "ProductVersion", "1.1.9.0"
VALUE "ProductVersion", "1.1.10.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Updater.rc
Expand Up @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,9,0
PRODUCTVERSION 1,1,9,0
FILEVERSION 1,1,10,0
PRODUCTVERSION 1,1,10,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -53,10 +53,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "64Gram"
VALUE "FileDescription", "64Gram Desktop Updater"
VALUE "FileVersion", "1.1.9.0"
VALUE "FileVersion", "1.1.10.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2022"
VALUE "ProductName", "64Gram Desktop"
VALUE "ProductVersion", "1.1.9.0"
VALUE "ProductVersion", "1.1.10.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions Telegram/SourceFiles/core/version.h
Expand Up @@ -22,8 +22,8 @@ constexpr auto AppId = "{9DB6C981-7FD2-41B5-AEF2-20C933FD3F21}"_cs;
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
constexpr auto AppName = "64Gram Desktop"_cs;
constexpr auto AppFile = "64Gram"_cs;
constexpr auto AppVersion = 1001009;
constexpr auto AppVersionStr = "1.1.9";
constexpr auto AppVersion = 1001010;
constexpr auto AppVersionStr = "1.1.10";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto UpstreamVersion = "4.14.4";
constexpr auto UpstreamVersion = "4.14.6";
8 changes: 4 additions & 4 deletions Telegram/build/version
@@ -1,7 +1,7 @@
AppVersion 1001009
AppVersion 1001010
AppVersionStrMajor 1.1
AppVersionStrSmall 1.1.9
AppVersionStr 1.1.9
AppVersionStrSmall 1.1.10
AppVersionStr 1.1.10
BetaChannel 0
AlphaVersion 0
AppVersionOriginal 1.1.9
AppVersionOriginal 1.1.10

0 comments on commit a9c2eb2

Please sign in to comment.