diff --git a/Telegram/build/setup.iss b/Telegram/build/setup.iss index dccab144afefd..64f0135e66c45 100644 --- a/Telegram/build/setup.iss +++ b/Telegram/build/setup.iss @@ -1,14 +1,14 @@ #define MyAppShortName "rabbitGram" #define MyAppName "rabbitGram Desktop" #define MyAppPublisher "xmdnx" -#define MyAppVersion "4.16.8" +#define MyAppVersion "4.16.10" #define MyAppURL "https://t.me/rabbitGramUpdates" #define ReleasePath "C:\Users\xmdnusr\source\repos\rabbitgramdesktop\out\Release" #define MyAppExeName "rabbitGram.exe" #define MyAppId "4356CE01-4137-4C55-9F8B-FB4EEBB6EC0C" #define CurrentYear GetDateTimeString('yyyy','','') #define MyBuildTarget "win64" -#define MyAppVersionFull "4.16.8-20042024" +#define MyAppVersionFull "4.16.10-30042024" [Setup] ; NOTE: The value of AppId uniquely identifies this application.