prepared 0.5.14 version with new photoviewer

This commit is contained in:
John Preston 2014-08-11 15:05:53 +04:00
parent dd6d0d26be
commit e5095cee5a
8 changed files with 18 additions and 18 deletions

View File

@ -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!"

View File

@ -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!"

View File

@ -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!"

View File

@ -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"

View File

@ -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

View File

@ -11,7 +11,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.13</string>
<string>0.5.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NOTE</key>

Binary file not shown.

View File

@ -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;