From e5095cee5ad859f7f12bcf4016da993f19038fe4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 11 Aug 2014 15:05:53 +0400 Subject: [PATCH] prepared 0.5.14 version with new photoviewer --- Telegram/PrepareLinux.sh | 4 ++-- Telegram/PrepareLinux32.sh | 4 ++-- Telegram/PrepareMac.sh | 4 ++-- Telegram/Setup.iss | 6 +++--- Telegram/SourceFiles/config.h | 4 ++-- Telegram/Telegram.plist | 2 +- Telegram/Telegram.rc | Bin 5566 -> 5566 bytes Telegram/Telegram.xcodeproj/project.pbxproj | 12 ++++++------ 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Telegram/PrepareLinux.sh b/Telegram/PrepareLinux.sh index 67618a7c8..1fc2afb4a 100755 --- a/Telegram/PrepareLinux.sh +++ b/Telegram/PrepareLinux.sh @@ -1,5 +1,5 @@ -AppVersionStr=0.5.13 -AppVersion=5013 +AppVersionStr=0.5.14 +AppVersion=5014 if [ -d "./../Linux/Release/deploy/$AppVersionStr" ]; then echo "Deploy folder for version $AppVersionStr already exists!" diff --git a/Telegram/PrepareLinux32.sh b/Telegram/PrepareLinux32.sh index a3b17f2f2..86a083a81 100755 --- a/Telegram/PrepareLinux32.sh +++ b/Telegram/PrepareLinux32.sh @@ -1,5 +1,5 @@ -AppVersionStr=0.5.13 -AppVersion=5013 +AppVersionStr=0.5.14 +AppVersion=5014 if [ -d "./../Linux/Release/deploy/$AppVersionStr" ]; then echo "Deploy folder for version $AppVersionStr already exists!" diff --git a/Telegram/PrepareMac.sh b/Telegram/PrepareMac.sh index cfe8bddc7..69087fe31 100755 --- a/Telegram/PrepareMac.sh +++ b/Telegram/PrepareMac.sh @@ -1,5 +1,5 @@ -AppVersionStr=0.5.13 -AppVersion=5013 +AppVersionStr=0.5.14 +AppVersion=5014 if [ -d "./../Mac/Release/deploy/$AppVersionStr" ]; then echo "Deploy folder for version $AppVersionStr already exists!" diff --git a/Telegram/Setup.iss b/Telegram/Setup.iss index a27580d90..958e5f534 100644 --- a/Telegram/Setup.iss +++ b/Telegram/Setup.iss @@ -3,9 +3,9 @@ #define MyAppShortName "Telegram" #define MyAppName "Telegram Win (Unofficial)" -#define MyAppVersion "0.5.13" -#define MyAppVersionZero "0.5.13" -#define MyAppFullVersion "0.5.13.0" +#define MyAppVersion "0.5.14" +#define MyAppVersionZero "0.5.14" +#define MyAppFullVersion "0.5.14.0" #define MyAppPublisher "Telegram (Unofficial)" #define MyAppURL "https://tdesktop.com" #define MyAppExeName "Telegram.exe" diff --git a/Telegram/SourceFiles/config.h b/Telegram/SourceFiles/config.h index 52a987f75..3ef864f17 100644 --- a/Telegram/SourceFiles/config.h +++ b/Telegram/SourceFiles/config.h @@ -17,8 +17,8 @@ Copyright (c) 2014 John Preston, https://tdesktop.com */ #pragma once -static const int32 AppVersion = 5013; -static const wchar_t *AppVersionStr = L"0.5.13"; +static const int32 AppVersion = 5014; +static const wchar_t *AppVersionStr = L"0.5.14"; #ifdef Q_OS_WIN static const wchar_t *AppName = L"Telegram Win (Unofficial)"; #else diff --git a/Telegram/Telegram.plist b/Telegram/Telegram.plist index 65013559e..6cefcd0ae 100644 --- a/Telegram/Telegram.plist +++ b/Telegram/Telegram.plist @@ -11,7 +11,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.13 + 0.5.14 CFBundleSignature ???? NOTE diff --git a/Telegram/Telegram.rc b/Telegram/Telegram.rc index 989ee62b126647d5302932cb419eb50c6273f9ee..137da8bcd0a3f43786de0793a16843085e8e2147 100644 GIT binary patch delta 58 zcmdm|y-$0C9yg=OWPNU9Rucvt27}2Pxg|F@a2GKFxq3kETwdMHDtvN`aIW~~IQ|4S E0Jl00761SM delta 58 zcmdm|y-$0C9yg=$WPNU9R$~So27}2Pxg|F@a2GKFxq3kETwdMHDtvN`aIW~~IQ|4S E0JgCX5&!@I diff --git a/Telegram/Telegram.xcodeproj/project.pbxproj b/Telegram/Telegram.xcodeproj/project.pbxproj index ac935570a..1b7103585 100644 --- a/Telegram/Telegram.xcodeproj/project.pbxproj +++ b/Telegram/Telegram.xcodeproj/project.pbxproj @@ -1468,7 +1468,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.5.13; + CURRENT_PROJECT_VERSION = 0.5.14; DEBUG_INFORMATION_FORMAT = dwarf; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; @@ -1486,7 +1486,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; COPY_PHASE_STRIP = YES; - CURRENT_PROJECT_VERSION = 0.5.13; + CURRENT_PROJECT_VERSION = 0.5.14; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_OPTIMIZATION_LEVEL = fast; GCC_PREFIX_HEADER = ./SourceFiles/stdafx.h; @@ -1511,10 +1511,10 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "Developer ID Application: John Preston (63FLR8MQA9)"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.5.13; + CURRENT_PROJECT_VERSION = 0.5.14; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_COMPATIBILITY_VERSION = 0.5; - DYLIB_CURRENT_VERSION = 0.5.13; + DYLIB_CURRENT_VERSION = 0.5.14; FRAMEWORK_SEARCH_PATHS = ""; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_LINK_WITH_DYNAMIC_LIBRARIES = NO; @@ -1639,10 +1639,10 @@ CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 0.5.13; + CURRENT_PROJECT_VERSION = 0.5.14; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_COMPATIBILITY_VERSION = 0.5; - DYLIB_CURRENT_VERSION = 0.5.13; + DYLIB_CURRENT_VERSION = 0.5.14; FRAMEWORK_SEARCH_PATHS = ""; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_LINK_WITH_DYNAMIC_LIBRARIES = NO;