Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Oct 1, 2019
1 parent 2515fd6 commit 9280d7b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 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 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILEVERSION 1,0,2,0
PRODUCTVERSION 1,0,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -52,10 +52,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop"
VALUE "FileVersion", "1.0.1.0"
VALUE "FileVersion", "1.0.2.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.0.1.0"
VALUE "ProductVersion", "1.0.2.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 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILEVERSION 1,0,2,0
PRODUCTVERSION 1,0,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -43,10 +43,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop Updater"
VALUE "FileVersion", "1.0.1.0"
VALUE "FileVersion", "1.0.2.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.0.1.0"
VALUE "ProductVersion", "1.0.2.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 @@ -16,8 +16,8 @@ For license and copyright information please follow this link:
#endif // TDESKTOP_OFFICIAL_TARGET

constexpr auto AppVersion = 1008009;
constexpr auto AppVersionStr = "1.8.9";
constexpr auto AppVersionStr = "1.8.9-0c30bbf";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppKotatoVersion = 1000001;
constexpr auto AppKotatoVersionStr = "1.0.1";
constexpr auto AppKotatoVersion = 1000002;
constexpr auto AppKotatoVersionStr = "1.0.2";
5 changes: 5 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.2 (1.10.2019)
- Hide pinned message from chat menu.
- Always show scheduled messages button.
- View discussion group and discussed channel in profile.

1.0.1 (30.09.2019)
- Show previously hidden pinned message in chat.
- Show ID in chat profile.
Expand Down

0 comments on commit 9280d7b

Please sign in to comment.