Korean changelog updated. Version 0.9.51 stable.

This commit is contained in:
John Preston 2016-06-15 08:39:03 +03:00
parent 021c8896c8
commit 3502c7f1c9
6 changed files with 16 additions and 16 deletions

View File

@ -916,7 +916,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
"lng_new_version_wrap" = "텔레그램 데스크탑은 {version} 버전으로 업데이트 되었습니다.\n\n{changes}\n\n전체 버전 히스토리는 아래에서 확인 가능합니다:\n{link}";
"lng_new_version_minor" = "— 버그 수정 및 일부 기능 향상";
"lng_new_version_text" = "— Introducing Drafts: Seamless syncing for unsent messages on all your devices. Drafts are now visible in your chats list.\n— Completely redesigned group and user profiles.\n— Unread messages counter on the 'Scroll to bottom' button.\n\nMore about this update: {link}";
"lng_new_version_text" = "— 임시저장을 소개합니다: 임시로 작성된 메시지 동기화. 채팅목록에 임시저장된 내역이 표시됩니다.\n— 그룹 및 구성원 프로필 디자인 리뉴얼.\n— '맨 밑으로 스크롤' 버튼에 안 읽은 메시지 카운터 표시.\n\n업데이트 자세한 내역: {link}";
"lng_menu_insert_unicode" = "유니코드 문자를 입력하세요.";

View File

@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,50,0
PRODUCTVERSION 0,9,50,0
FILEVERSION 0,9,51,0
PRODUCTVERSION 0,9,51,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -51,10 +51,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileVersion", "0.9.50.0"
VALUE "FileVersion", "0.9.51.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2016"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "0.9.50.0"
VALUE "ProductVersion", "0.9.51.0"
END
END
BLOCK "VarFileInfo"

View File

@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,50,0
PRODUCTVERSION 0,9,50,0
FILEVERSION 0,9,51,0
PRODUCTVERSION 0,9,51,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -43,10 +43,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Updater"
VALUE "FileVersion", "0.9.50.0"
VALUE "FileVersion", "0.9.51.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2016"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "0.9.50.0"
VALUE "ProductVersion", "0.9.51.0"
END
END
BLOCK "VarFileInfo"

View File

@ -24,7 +24,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 9050;
constexpr str_const AppVersionStr = "0.9.50";
constexpr int AppVersion = 9051;
constexpr str_const AppVersionStr = "0.9.51";
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;

View File

@ -2282,7 +2282,7 @@
SDKROOT = macosx;
SYMROOT = ./../Mac;
TDESKTOP_MAJOR_VERSION = 0.9;
TDESKTOP_VERSION = 0.9.50;
TDESKTOP_VERSION = 0.9.51;
ZLIB_PATH = /usr/local;
};
name = Release;
@ -2423,7 +2423,7 @@
SDKROOT = macosx;
SYMROOT = ./../Mac;
TDESKTOP_MAJOR_VERSION = 0.9;
TDESKTOP_VERSION = 0.9.50;
TDESKTOP_VERSION = 0.9.51;
ZLIB_PATH = /usr/local;
};
name = Debug;

View File

@ -1,6 +1,6 @@
AppVersion 9050
AppVersion 9051
AppVersionStrMajor 0.9
AppVersionStrSmall 0.9.50
AppVersionStr 0.9.50
AppVersionStrSmall 0.9.51
AppVersionStr 0.9.51
AlphaChannel 0
BetaVersion 0