Skip to content

Commit

Permalink
Closed beta 1.3.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 24, 2018
1 parent ef5a395 commit 6231db1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Telegram/Resources/uwp/AppX/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
ProcessorArchitecture="ARCHITECTURE"
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
Version="1.3.7.2" />
Version="1.3.7.3" />
<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 @@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,7,2
PRODUCTVERSION 1,3,7,2
FILEVERSION 1,3,7,3
PRODUCTVERSION 1,3,7,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -52,10 +52,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Desktop"
VALUE "FileVersion", "1.3.7.2"
VALUE "FileVersion", "1.3.7.3"
VALUE "LegalCopyright", "Copyright (C) 2014-2018"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "1.3.7.2"
VALUE "ProductVersion", "1.3.7.3"
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 @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,7,2
PRODUCTVERSION 1,3,7,2
FILEVERSION 1,3,7,3
PRODUCTVERSION 1,3,7,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -43,10 +43,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Desktop Updater"
VALUE "FileVersion", "1.3.7.2"
VALUE "FileVersion", "1.3.7.3"
VALUE "LegalCopyright", "Copyright (C) 2014-2018"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "1.3.7.2"
VALUE "ProductVersion", "1.3.7.3"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For license and copyright information please follow this link:

#include "core/utils.h"

#define BETA_VERSION_MACRO (1003007002ULL)
#define BETA_VERSION_MACRO (1003007003ULL)

constexpr int AppVersion = 1003007;
constexpr str_const AppVersionStr = "1.3.7";
Expand Down
2 changes: 1 addition & 1 deletion Telegram/build/version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ AppVersionStrMajor 1.3
AppVersionStrSmall 1.3.7
AppVersionStr 1.3.7
AlphaChannel 0
BetaVersion 1003007002
BetaVersion 1003007003

0 comments on commit 6231db1

Please sign in to comment.