Skip to content

Commit

Permalink
Version 0.9.7.
Browse files Browse the repository at this point in the history
- Update blockchain library.
  • Loading branch information
john-preston committed Apr 11, 2020
1 parent 94be158 commit 8abf23a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Wallet/Resources/win/Wallet.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Wallet/SourceFiles/core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";
8 changes: 4 additions & 4 deletions Wallet/build/version
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.7 (11.04.20)

- Update blockchain library.

0.9.6 (07.04.20)

- Use encrypted transaction comments.
Expand Down
2 changes: 1 addition & 1 deletion docs/building-cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/building-msvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/building-xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8abf23a

Please sign in to comment.