Skip to content

Commit c9152d7

Browse files
committed
2.0.7 >> 2.0.8
1 parent fd4b1ce commit c9152d7

File tree

7 files changed

+24
-17
lines changed

7 files changed

+24
-17
lines changed

Telegram/Resources/uwp/AppX/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
1111
ProcessorArchitecture="ARCHITECTURE"
1212
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
13-
Version="2.0.7.0" />
13+
Version="2.0.8.0" />
1414
<Properties>
1515
<DisplayName>FAgram Desktop</DisplayName>
1616
<PublisherDisplayName>fajox</PublisherDisplayName>

Telegram/Resources/winrc/Telegram.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon.ico"
4444
//
4545

4646
VS_VERSION_INFO VERSIONINFO
47-
FILEVERSION 2,0,7,0
48-
PRODUCTVERSION 2,0,7,0
47+
FILEVERSION 2,0,8,0
48+
PRODUCTVERSION 2,0,8,0
4949
FILEFLAGSMASK 0x3fL
5050
#ifdef _DEBUG
5151
FILEFLAGS 0x1L
@@ -62,10 +62,10 @@ BEGIN
6262
BEGIN
6363
VALUE "CompanyName", "FAteam"
6464
VALUE "FileDescription", "FAgram Desktop"
65-
VALUE "FileVersion", "2.0.7.0"
65+
VALUE "FileVersion", "2.0.8.0"
6666
VALUE "LegalCopyright", "Copyright (C) 2024-2025"
6767
VALUE "ProductName", "FAgram Desktop"
68-
VALUE "ProductVersion", "2.0.7.0"
68+
VALUE "ProductVersion", "2.0.8.0"
6969
END
7070
END
7171
BLOCK "VarFileInfo"

Telegram/Resources/winrc/Updater.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
3636

3737
VS_VERSION_INFO VERSIONINFO
3838

39-
FILEVERSION 2,0,7,0
40-
PRODUCTVERSION 2,0,7,0
39+
FILEVERSION 2,0,8,0
40+
PRODUCTVERSION 2,0,8,0
4141
FILEFLAGSMASK 0x3fL
4242
#ifdef _DEBUG
4343
FILEFLAGS 0x1L
@@ -54,10 +54,10 @@ BEGIN
5454
BEGIN
5555
VALUE "CompanyName", "FAteam"
5656
VALUE "FileDescription", "FAgram Desktop"
57-
VALUE "FileVersion", "2.0.7.0"
57+
VALUE "FileVersion", "2.0.8.0"
5858
VALUE "LegalCopyright", "Copyright (C) 2024-2025"
5959
VALUE "ProductName", "FAgram Desktop"
60-
VALUE "ProductVersion", "2.0.7.0"
60+
VALUE "ProductVersion", "2.0.8.0"
6161
END
6262
END
6363
BLOCK "VarFileInfo"

Telegram/SourceFiles/core/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ constexpr auto AppId = "{bce922fb-9080-4f17-b79a-6d7ecfc98e00}"_cs;
2222
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
2323
constexpr auto AppName = "FAgram Desktop"_cs;
2424
constexpr auto AppFile = "FAgram"_cs;
25-
constexpr auto AppVersion = 2000007;
26-
constexpr auto AppVersionStr = "2.0.7";
25+
constexpr auto AppVersion = 2000008;
26+
constexpr auto AppVersionStr = "2.0.8";
2727
constexpr auto AppBetaVersion = false;
2828
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;

Telegram/SourceFiles/fa/fa_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For license and copyright information please follow this link:
88

99
#pragma once
1010

11-
constexpr auto AppFAVersion = 2000007;
12-
constexpr auto AppFAVersionStr = "2.0.7";
11+
constexpr auto AppFAVersion = 2000008;
12+
constexpr auto AppFAVersionStr = "2.0.8";
1313
constexpr auto AppTGDVersion = "6.3.6";
1414
constexpr auto AppFABetaVersion = false;

Telegram/build/version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AppVersion 2000007
1+
AppVersion 2000008
22
AppVersionStrMajor 2.0
3-
AppVersionStrSmall 2.0.7
4-
AppVersionStr 2.0.7
3+
AppVersionStrSmall 2.0.8
4+
AppVersionStr 2.0.8
55
BetaChannel 0
66
AlphaVersion 0
7-
AppVersionOriginal 2.0.7
7+
AppVersionOriginal 2.0.8

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.0.8 (06.12.25)
2+
3+
- Update translations
4+
- Include TGD version
5+
- Update registration data
6+
- Fixed icons
7+
18
2.0.7 (06.12.25)
29

310
- Updated to tdesktop v6.3.6

0 commit comments

Comments
 (0)