From 8abf23a6ac33ce23b383a1387bbf8a905d710107 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 11 Apr 2020 10:54:20 +0400 Subject: [PATCH] Version 0.9.7. - Update blockchain library. --- Wallet/Resources/win/Wallet.rc | 8 ++++---- Wallet/SourceFiles/core/version.h | 4 ++-- Wallet/build/version | 8 ++++---- changelog.txt | 4 ++++ docs/building-cmake.md | 2 +- docs/building-msvc.md | 2 +- docs/building-xcode.md | 2 +- 7 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Wallet/Resources/win/Wallet.rc b/Wallet/Resources/win/Wallet.rc index 4a127af..8ad1d70 100644 --- a/Wallet/Resources/win/Wallet.rc +++ b/Wallet/Resources/win/Wallet.rc @@ -33,8 +33,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,6,0 - PRODUCTVERSION 0,9,6,0 + FILEVERSION 0,9,7,0 + PRODUCTVERSION 0,9,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,10 +51,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Gram Wallet" - VALUE "FileVersion", "0.9.6.0" + VALUE "FileVersion", "0.9.7.0" VALUE "LegalCopyright", "Copyright (C) 2019" VALUE "ProductName", "Gram Wallet" - VALUE "ProductVersion", "0.9.6.0" + VALUE "ProductVersion", "0.9.7.0" END END BLOCK "VarFileInfo" diff --git a/Wallet/SourceFiles/core/version.h b/Wallet/SourceFiles/core/version.h index e4aee6e..f4d0eee 100644 --- a/Wallet/SourceFiles/core/version.h +++ b/Wallet/SourceFiles/core/version.h @@ -6,5 +6,5 @@ // #pragma once -inline constexpr auto AppVersion = 9006; -inline constexpr auto AppVersionStr = "0.9.6"; +inline constexpr auto AppVersion = 9007; +inline constexpr auto AppVersionStr = "0.9.7"; diff --git a/Wallet/build/version b/Wallet/build/version index 1978bd4..353bb07 100644 --- a/Wallet/build/version +++ b/Wallet/build/version @@ -1,5 +1,5 @@ -AppVersion 9006 +AppVersion 9007 AppVersionStrMajor 0.9 -AppVersionStrSmall 0.9.6 -AppVersionStr 0.9.6 -AppVersionOriginal 0.9.6 +AppVersionStrSmall 0.9.7 +AppVersionStr 0.9.7 +AppVersionOriginal 0.9.7 diff --git a/changelog.txt b/changelog.txt index dd7948f..a3cd69b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +0.9.7 (11.04.20) + +- Update blockchain library. + 0.9.6 (07.04.20) - Use encrypted transaction comments. diff --git a/docs/building-cmake.md b/docs/building-cmake.md index e0ca5b4..06028b8 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -137,7 +137,7 @@ Go to ***BuildPath*** and run git clone https://github.com/ton-blockchain/ton.git cd ton - git checkout cea5281a + git checkout be9c34c6 git submodule init git submodule update third-party/crc32c mkdir build-debug diff --git a/docs/building-msvc.md b/docs/building-msvc.md index ff9ccce..32b4826 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -127,7 +127,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** git clone https://github.com/ton-blockchain/ton.git cd ton - git checkout cea5281a + git checkout be9c34c6 git submodule init git submodule update third-party/crc32c mkdir build-debug diff --git a/docs/building-xcode.md b/docs/building-xcode.md index 918cb63..931f5fe 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -107,7 +107,7 @@ Go to ***BuildPath*** and run git clone https://github.com/ton-blockchain/ton.git cd ton - git checkout cea5281a + git checkout be9c34c6 git submodule init git submodule update third-party/crc32c mkdir build-debug