Skip to content

Commit e5095ce

Browse files
committed
prepared 0.5.14 version with new photoviewer
1 parent dd6d0d2 commit e5095ce

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
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.13
2-
AppVersion=5013
1+
AppVersionStr=0.5.14
2+
AppVersion=5014
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.13
2-
AppVersion=5013
1+
AppVersionStr=0.5.14
2+
AppVersion=5014
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.13
2-
AppVersion=5013
1+
AppVersionStr=0.5.14
2+
AppVersion=5014
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.13"
7-
#define MyAppVersionZero "0.5.13"
8-
#define MyAppFullVersion "0.5.13.0"
6+
#define MyAppVersion "0.5.14"
7+
#define MyAppVersionZero "0.5.14"
8+
#define MyAppFullVersion "0.5.14.0"
99
#define MyAppPublisher "Telegram (Unofficial)"
1010
#define MyAppURL "https://tdesktop.com"
1111
#define MyAppExeName "Telegram.exe"

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 = 5013;
21-
static const wchar_t *AppVersionStr = L"0.5.13";
20+
static const int32 AppVersion = 5014;
21+
static const wchar_t *AppVersionStr = L"0.5.14";
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.13</string>
14+
<string>0.5.14</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
@@ -1468,7 +1468,7 @@
14681468
buildSettings = {
14691469
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14701470
COPY_PHASE_STRIP = NO;
1471-
CURRENT_PROJECT_VERSION = 0.5.13;
1471+
CURRENT_PROJECT_VERSION = 0.5.14;
14721472
DEBUG_INFORMATION_FORMAT = dwarf;
14731473
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
14741474
GCC_OPTIMIZATION_LEVEL = 0;
@@ -1486,7 +1486,7 @@
14861486
buildSettings = {
14871487
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
14881488
COPY_PHASE_STRIP = YES;
1489-
CURRENT_PROJECT_VERSION = 0.5.13;
1489+
CURRENT_PROJECT_VERSION = 0.5.14;
14901490
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
14911491
GCC_OPTIMIZATION_LEVEL = fast;
14921492
GCC_PREFIX_HEADER = ./SourceFiles/stdafx.h;
@@ -1511,10 +1511,10 @@
15111511
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15121512
CODE_SIGN_IDENTITY = "Developer ID Application: John Preston (63FLR8MQA9)";
15131513
COPY_PHASE_STRIP = NO;
1514-
CURRENT_PROJECT_VERSION = 0.5.13;
1514+
CURRENT_PROJECT_VERSION = 0.5.14;
15151515
DEBUG_INFORMATION_FORMAT = dwarf;
15161516
DYLIB_COMPATIBILITY_VERSION = 0.5;
1517-
DYLIB_CURRENT_VERSION = 0.5.13;
1517+
DYLIB_CURRENT_VERSION = 0.5.14;
15181518
FRAMEWORK_SEARCH_PATHS = "";
15191519
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
15201520
GCC_LINK_WITH_DYNAMIC_LIBRARIES = NO;
@@ -1639,10 +1639,10 @@
16391639
CLANG_WARN_INT_CONVERSION = YES;
16401640
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
16411641
COPY_PHASE_STRIP = NO;
1642-
CURRENT_PROJECT_VERSION = 0.5.13;
1642+
CURRENT_PROJECT_VERSION = 0.5.14;
16431643
DEBUG_INFORMATION_FORMAT = dwarf;
16441644
DYLIB_COMPATIBILITY_VERSION = 0.5;
1645-
DYLIB_CURRENT_VERSION = 0.5.13;
1645+
DYLIB_CURRENT_VERSION = 0.5.14;
16461646
FRAMEWORK_SEARCH_PATHS = "";
16471647
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
16481648
GCC_LINK_WITH_DYNAMIC_LIBRARIES = NO;

0 commit comments

Comments
 (0)