Skip to content

Commit

Permalink
Beta version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Oct 11, 2019
1 parent 838b2e8 commit 005ddd2
Show file tree
Hide file tree
Showing 4 changed files with 14 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 @@ -33,8 +33,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,8,0
PRODUCTVERSION 1,0,8,0
FILEVERSION 1,0,9,0
PRODUCTVERSION 1,0,9,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -51,10 +51,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop"
VALUE "FileVersion", "1.0.8.0"
VALUE "FileVersion", "1.0.9.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.0.8.0"
VALUE "ProductVersion", "1.0.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 @@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,8,0
PRODUCTVERSION 1,0,8,0
FILEVERSION 1,0,9,0
PRODUCTVERSION 1,0,9,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -42,10 +42,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kotatogram"
VALUE "FileDescription", "Kotatogram Desktop Updater"
VALUE "FileVersion", "1.0.8.0"
VALUE "FileVersion", "1.0.9.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.0.8.0"
VALUE "ProductVersion", "1.0.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 @@ -17,7 +17,7 @@ For license and copyright information please follow this link:

constexpr auto AppVersion = 1008015;
constexpr auto AppVersionStr = "1.8.15";
constexpr auto AppBetaVersion = false;
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppKotatoVersion = 1000008;
constexpr auto AppKotatoVersionStr = "1.0.8";
constexpr auto AppKotatoVersion = 1000009;
constexpr auto AppKotatoVersionStr = "1.0.9";
3 changes: 3 additions & 0 deletions kotatogram_changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.9 (11.10.2019)
- Options menu: sticker height, emoji outline, scheduled messages button visibility.

1.0.8 (8.10.2019)
- Option to hide phone number in drawer.
- Option to set custom interface scales.
Expand Down

0 comments on commit 005ddd2

Please sign in to comment.