Skip to content

Commit

Permalink
Version 0.10.9: games.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 30, 2016
1 parent 886327a commit 3d2f025
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
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 0,10,8,5
PRODUCTVERSION 0,10,8,5
FILEVERSION 0,10,9,0
PRODUCTVERSION 0,10,9,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -51,10 +51,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileVersion", "0.10.8.5"
VALUE "FileVersion", "0.10.9.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2016"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "0.10.8.5"
VALUE "ProductVersion", "0.10.9.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 @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,10,8,5
PRODUCTVERSION 0,10,8,5
FILEVERSION 0,10,9,0
PRODUCTVERSION 0,10,9,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -43,10 +43,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Updater"
VALUE "FileVersion", "0.10.8.5"
VALUE "FileVersion", "0.10.9.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2016"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "0.10.8.5"
VALUE "ProductVersion", "0.10.9.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,9 +22,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org

#include "core/utils.h"

#define BETA_VERSION_MACRO (10008005ULL)
#define BETA_VERSION_MACRO (0ULL)

constexpr int AppVersion = 10008;
constexpr str_const AppVersionStr = "0.10.8";
constexpr int AppVersion = 10009;
constexpr str_const AppVersionStr = "0.10.9";
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;
8 changes: 4 additions & 4 deletions Telegram/build/version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AppVersion 10008
AppVersion 10009
AppVersionStrMajor 0.10
AppVersionStrSmall 0.10.8
AppVersionStr 0.10.8
AppVersionStrSmall 0.10.9
AppVersionStr 0.10.9
AlphaChannel 0
BetaVersion 10008005
BetaVersion 0

0 comments on commit 3d2f025

Please sign in to comment.