Skip to content

Commit

Permalink
Bump to 1.1.13
Browse files Browse the repository at this point in the history
Upstream version: 4.14.13
  • Loading branch information
c0re100 committed Feb 5, 2024
1 parent 64af58a commit b2a204b
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
@@ -1,3 +1,7 @@
1.1.13 (05.02.24)

- No changelog

1.1.12 (02.02.24)

- [New] Disable global search
Expand Down
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.12.0" />
Version="1.1.13.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,12,0
PRODUCTVERSION 1,1,12,0
FILEVERSION 1,1,13,0
PRODUCTVERSION 1,1,13,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.12.0"
VALUE "FileVersion", "1.1.13.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2022"
VALUE "ProductName", "64Gram Desktop"
VALUE "ProductVersion", "1.1.12.0"
VALUE "ProductVersion", "1.1.13.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,12,0
PRODUCTVERSION 1,1,12,0
FILEVERSION 1,1,13,0
PRODUCTVERSION 1,1,13,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.12.0"
VALUE "FileVersion", "1.1.13.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2022"
VALUE "ProductName", "64Gram Desktop"
VALUE "ProductVersion", "1.1.12.0"
VALUE "ProductVersion", "1.1.13.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 = 1001012;
constexpr auto AppVersionStr = "1.1.12";
constexpr auto AppVersion = 1001013;
constexpr auto AppVersionStr = "1.1.13";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto UpstreamVersion = "4.14.12";
constexpr auto UpstreamVersion = "4.14.13";
8 changes: 4 additions & 4 deletions Telegram/build/version
@@ -1,7 +1,7 @@
AppVersion 1001012
AppVersion 1001013
AppVersionStrMajor 1.1
AppVersionStrSmall 1.1.12
AppVersionStr 1.1.12
AppVersionStrSmall 1.1.13
AppVersionStr 1.1.13
BetaChannel 0
AlphaVersion 0
AppVersionOriginal 1.1.12
AppVersionOriginal 1.1.13

0 comments on commit b2a204b

Please sign in to comment.