Skip to content

Commit 68a63e2

Browse files
committed
prepared version 0.5.21
1 parent 4064113 commit 68a63e2

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

Telegram/PrepareLinux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AppVersionStr=0.5.20
2-
AppVersion=5020
1+
AppVersionStr=0.5.21
2+
AppVersion=5021
33

44
if [ -d "./../Linux/Release/deploy/$AppVersionStr" ]; then
55
echo "Deploy folder for version $AppVersionStr already exists!"

Telegram/PrepareLinux32.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AppVersionStr=0.5.20
2-
AppVersion=5020
1+
AppVersionStr=0.5.21
2+
AppVersion=5021
33

44
if [ -d "./../Linux/Release/deploy/$AppVersionStr" ]; then
55
echo "Deploy folder for version $AppVersionStr already exists!"

Telegram/PrepareMac.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AppVersionStr=0.5.20
2-
AppVersion=5020
1+
AppVersionStr=0.5.21
2+
AppVersion=5021
33

44
if [ -d "./../Mac/Release/deploy/$AppVersionStr" ]; then
55
echo "Deploy folder for version $AppVersionStr already exists!"

Telegram/Setup.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
#define MyAppShortName "Telegram"
55
#define MyAppName "Telegram Win (Unofficial)"
6-
#define MyAppVersion "0.5.20"
7-
#define MyAppVersionZero "0.5.20"
8-
#define MyAppFullVersion "0.5.20.0"
6+
#define MyAppVersion "0.5.21"
7+
#define MyAppVersionZero "0.5.21"
8+
#define MyAppFullVersion "0.5.21.0"
99
#define MyAppPublisher "Telegram (Unofficial)"
1010
#define MyAppURL "https://tdesktop.com"
1111
#define MyAppExeName "Telegram.exe"

Telegram/SignWinSetup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cd ..\Win32\Deploy
2-
call ..\..\..\TelegramPrivate\Sign.bat tsetup.0.6.0.exe
2+
call ..\..\..\TelegramPrivate\Sign.bat tsetup.0.5.21.exe
33
cd ..\..\Telegram

Telegram/SourceFiles/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Copyright (c) 2014 John Preston, https://tdesktop.com
1717
*/
1818
#pragma once
1919

20-
static const int32 AppVersion = 5020;
21-
static const wchar_t *AppVersionStr = L"0.5.20";
20+
static const int32 AppVersion = 5021;
21+
static const wchar_t *AppVersionStr = L"0.5.21";
2222
#ifdef Q_OS_WIN
2323
static const wchar_t *AppName = L"Telegram Win (Unofficial)";
2424
#else

Telegram/Telegram.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundlePackageType</key>
1212
<string>APPL</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.5.20</string>
14+
<string>0.5.21</string>
1515
<key>CFBundleSignature</key>
1616
<string>????</string>
1717
<key>NOTE</key>

Telegram/Telegram.rc

0 Bytes
Binary file not shown.

Telegram/Telegram.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@
14871487
buildSettings = {
14881488
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14891489
COPY_PHASE_STRIP = NO;
1490-
CURRENT_PROJECT_VERSION = 0.5.20;
1490+
CURRENT_PROJECT_VERSION = 0.5.21;
14911491
DEBUG_INFORMATION_FORMAT = dwarf;
14921492
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
14931493
GCC_OPTIMIZATION_LEVEL = 0;
@@ -1505,7 +1505,7 @@
15051505
buildSettings = {
15061506
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
15071507
COPY_PHASE_STRIP = YES;
1508-
CURRENT_PROJECT_VERSION = 0.5.20;
1508+
CURRENT_PROJECT_VERSION = 0.5.21;
15091509
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
15101510
GCC_OPTIMIZATION_LEVEL = fast;
15111511
GCC_PREFIX_HEADER = ./SourceFiles/stdafx.h;
@@ -1531,10 +1531,10 @@
15311531
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15321532
CODE_SIGN_IDENTITY = "";
15331533
COPY_PHASE_STRIP = NO;
1534-
CURRENT_PROJECT_VERSION = 0.5.20;
1534+
CURRENT_PROJECT_VERSION = 0.5.21;
15351535
DEBUG_INFORMATION_FORMAT = dwarf;
15361536
DYLIB_COMPATIBILITY_VERSION = 0.5;
1537-
DYLIB_CURRENT_VERSION = 0.5.20;
1537+
DYLIB_CURRENT_VERSION = 0.5.21;
15381538
ENABLE_STRICT_OBJC_MSGSEND = YES;
15391539
FRAMEWORK_SEARCH_PATHS = "";
15401540
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
@@ -1673,10 +1673,10 @@
16731673
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
16741674
CODE_SIGN_IDENTITY = "";
16751675
COPY_PHASE_STRIP = NO;
1676-
CURRENT_PROJECT_VERSION = 0.5.20;
1676+
CURRENT_PROJECT_VERSION = 0.5.21;
16771677
DEBUG_INFORMATION_FORMAT = dwarf;
16781678
DYLIB_COMPATIBILITY_VERSION = 0.5;
1679-
DYLIB_CURRENT_VERSION = 0.5.20;
1679+
DYLIB_CURRENT_VERSION = 0.5.21;
16801680
ENABLE_STRICT_OBJC_MSGSEND = YES;
16811681
FRAMEWORK_SEARCH_PATHS = "";
16821682
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;

0 commit comments

Comments
 (0)