Skip to content

Commit

Permalink
Beta version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Oct 14, 2019
1 parent cd6a002 commit e66b3e6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 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,9,0
PRODUCTVERSION 1,0,9,0
FILEVERSION 1,0,10,0
PRODUCTVERSION 1,0,10,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.9.0"
VALUE "FileVersion", "1.0.10.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.0.9.0"
VALUE "ProductVersion", "1.0.10.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,9,0
PRODUCTVERSION 1,0,9,0
FILEVERSION 1,0,10,0
PRODUCTVERSION 1,0,10,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.9.0"
VALUE "FileVersion", "1.0.10.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
VALUE "ProductName", "Kotatogram Desktop"
VALUE "ProductVersion", "1.0.9.0"
VALUE "ProductVersion", "1.0.10.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ constexpr auto AppVersion = 1008015;
constexpr auto AppVersionStr = "1.8.15";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
constexpr auto AppKotatoVersion = 1000009;
constexpr auto AppKotatoVersionStr = "1.0.9";
constexpr auto AppKotatoVersion = 1000010;
constexpr auto AppKotatoVersionStr = "1.0.10";
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.10 (15.10.2019)
- Change fonts in Kotatogram Settings.

1.0.9 (11.10.2019)
- Options menu: sticker height, emoji outline, scheduled messages button visibility.

Expand Down

0 comments on commit e66b3e6

Please sign in to comment.