summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/version.h
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2023-03-09 19:12:44 +0400
committerJohn Preston <johnprestonmail@gmail.com>2023-03-09 19:12:44 +0400
commitf4c9bfa7c23007df4a40544f1a7c7c7bc503a11d (patch)
tree56f5d6c591b1c92908b24f1044d094e1b7dbcb77 /Telegram/SourceFiles/core/version.h
parent9803342c933dc8ea99b3f2a0bc8c2ea034c9bf47 (diff)
Beta version 4.6.8.
- Improve quality of voice messages with changed playback speed. - Show when your message was read in small groups. - Fix pasting images from Firefox on Windows. - Improve memory usage for custom emoji.
Diffstat (limited to 'Telegram/SourceFiles/core/version.h')
-rw-r--r--Telegram/SourceFiles/core/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h
index 2032468af9..28fdf84e1a 100644
--- a/Telegram/SourceFiles/core/version.h
+++ b/Telegram/SourceFiles/core/version.h
@@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
constexpr auto AppName = "Telegram Desktop"_cs;
constexpr auto AppFile = "Telegram"_cs;
-constexpr auto AppVersion = 4006007;
-constexpr auto AppVersionStr = "4.6.7";
+constexpr auto AppVersion = 4006008;
+constexpr auto AppVersionStr = "4.6.8";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;