Skip to content

Commit

Permalink
v4.12.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kukuruzka165 committed Dec 7, 2023
1 parent 4080b45 commit 59dbd11
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
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 4,12,2,1
PRODUCTVERSION 4,12,2,1
FILEVERSION 4,12,2,2
PRODUCTVERSION 4,12,2,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -62,10 +62,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "kukuruzka"
VALUE "FileDescription", "materialgram"
VALUE "FileVersion", "4.12.2.1"
VALUE "FileVersion", "4.12.2.2"
VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram"
VALUE "ProductName", "materialgram"
VALUE "ProductVersion", "4.12.2.1"
VALUE "ProductVersion", "4.12.2.2"
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 4,12,2,1
PRODUCTVERSION 4,12,2,1
FILEVERSION 4,12,2,2
PRODUCTVERSION 4,12,2,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -53,10 +53,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "kukuruzka"
VALUE "FileDescription", "materialgram Updater"
VALUE "FileVersion", "4.12.2.1"
VALUE "FileVersion", "4.12.2.2"
VALUE "LegalCopyright", "github.com/kukuruzka165/materialgram"
VALUE "ProductName", "materialgram"
VALUE "ProductVersion", "4.12.2.1"
VALUE "ProductVersion", "4.12.2.2"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
constexpr auto AppName = "materialgram"_cs;
constexpr auto AppFile = "materialgram"_cs;
constexpr auto AppVersion = 40012021;
constexpr auto AppVersionStr = "4.12.2.1";
constexpr auto AppVersion = 40012022;
constexpr auto AppVersionStr = "4.12.2.2";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
8 changes: 4 additions & 4 deletions Telegram/build/version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AppVersion 40012021
AppVersion 40012022
AppVersionStrMajor 4.12
AppVersionStrSmall 4.12.2.1
AppVersionStr 4.12.2.1
AppVersionStrSmall 4.12.2.2
AppVersionStr 4.12.2.2
BetaChannel 0
AlphaVersion 0
AppVersionOriginal 4.12.2.1
AppVersionOriginal 4.12.2.2

0 comments on commit 59dbd11

Please # to comment.