diff --git a/Telegram/SourceFiles/config.h b/Telegram/SourceFiles/config.h index 11212bdf5..443682926 100644 --- a/Telegram/SourceFiles/config.h +++ b/Telegram/SourceFiles/config.h @@ -23,7 +23,7 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org static const int32 AppVersion = 9015; static const wchar_t *AppVersionStr = L"0.9.15"; static const bool DevVersion = false; -#define BETA_VERSION (9015002ULL) // just comment this line to build public version +#define BETA_VERSION (9015003ULL) // just comment this line to build public version static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)"; static const wchar_t *AppName = L"Telegram Desktop"; diff --git a/Telegram/Telegram.rc b/Telegram/Telegram.rc index f27155485..0ce86ba4e 100644 --- a/Telegram/Telegram.rc +++ b/Telegram/Telegram.rc @@ -1,16 +1,40 @@ // Microsoft Visual C++ generated resource script. // #include "resource.h" +///////////////////////////////////////////////////////////////////////////// +// Russian (Russia) resources -#define APSTUDIO_READONLY_SYMBOLS +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +#pragma code_page(1251) + +#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // -// Generated from the TEXTINCLUDE 2 resource. +// TEXTINCLUDE // -#include "winres.h" +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // Russian (Russia) resources ///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS + ///////////////////////////////////////////////////////////////////////////// // English (United States) resources @@ -34,8 +58,8 @@ IDI_ICON1 ICON "SourceFiles\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,15,1 - PRODUCTVERSION 0,9,15,1 + FILEVERSION 0,9,15,3 + PRODUCTVERSION 0,9,15,3 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,10 +75,10 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "CompanyName", "Telegram Messenger LLP" - VALUE "FileVersion", "0.9.15.1" + VALUE "FileVersion", "0.9.15.3" VALUE "LegalCopyright", "Copyright (C) 2013" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "0.9.15.1" + VALUE "ProductVersion", "0.9.15.3" END END BLOCK "VarFileInfo" diff --git a/Telegram/Version b/Telegram/Version index b6b77419f..3f8f573fa 100644 --- a/Telegram/Version +++ b/Telegram/Version @@ -3,4 +3,4 @@ AppVersionStrMajor 0.9 AppVersionStrSmall 0.9.15 AppVersionStr 0.9.15 DevChannel 0 -BetaVersion 9015002 +BetaVersion 9015003