Skip to content

Commit

Permalink
Bump to 1.1.22
Browse files Browse the repository at this point in the history
Upstream version: 5.0.1
  • Loading branch information
c0re100 committed May 5, 2024
1 parent fbb41c6 commit 4691220
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions 64gram_changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.22 (05.05.24)

- [Fix] show message seconds

1.1.21 (04.05.24)

- [Remove] stickerset preview
Expand Down
2 changes: 1 addition & 1 deletion Telegram/Resources/uwp/AppX/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
ProcessorArchitecture="ARCHITECTURE"
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
Version="1.1.21.0" />
Version="1.1.22.0" />
<Properties>
<DisplayName>Telegram Desktop</DisplayName>
<PublisherDisplayName>Telegram Messenger LLP</PublisherDisplayName>
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Telegram.rc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,21,0
PRODUCTVERSION 1,1,21,0
FILEVERSION 1,1,22,0
PRODUCTVERSION 1,1,22,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.21.0"
VALUE "FileVersion", "1.1.22.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2022"
VALUE "ProductName", "64Gram Desktop"
VALUE "ProductVersion", "1.1.21.0"
VALUE "ProductVersion", "1.1.22.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Telegram/Resources/winrc/Updater.rc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,21,0
PRODUCTVERSION 1,1,21,0
FILEVERSION 1,1,22,0
PRODUCTVERSION 1,1,22,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.21.0"
VALUE "FileVersion", "1.1.22.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2022"
VALUE "ProductName", "64Gram Desktop"
VALUE "ProductVersion", "1.1.21.0"
VALUE "ProductVersion", "1.1.22.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 deletions Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
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 = 1001021;
constexpr auto AppVersionStr = "1.1.21";
constexpr auto AppVersion = 1001022;
constexpr auto AppVersionStr = "1.1.22";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto UpstreamVersion = "5.0.0";
constexpr auto UpstreamVersion = "5.0.1";
8 changes: 4 additions & 4 deletions Telegram/build/version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AppVersion 1001021
AppVersion 1001022
AppVersionStrMajor 1.1
AppVersionStrSmall 1.1.21
AppVersionStr 1.1.21
AppVersionStrSmall 1.1.22
AppVersionStr 1.1.22
BetaChannel 0
AlphaVersion 0
AppVersionOriginal 1.1.21
AppVersionOriginal 1.1.22

0 comments on commit 4691220

Please sign in to comment.