Skip to content

Commit

Permalink
Version 0.9.5.
Browse files Browse the repository at this point in the history
- Update config for testnet2 in tonlib.
  • Loading branch information
john-preston committed Mar 24, 2020
1 parent 653eed6 commit 8e20e6b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 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,4,0
PRODUCTVERSION 0,9,4,0
FILEVERSION 0,9,5,0
PRODUCTVERSION 0,9,5,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.4.0"
VALUE "FileVersion", "0.9.5.0"
VALUE "LegalCopyright", "Copyright (C) 2019"
VALUE "ProductName", "Gram Wallet"
VALUE "ProductVersion", "0.9.4.0"
VALUE "ProductVersion", "0.9.5.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 = 9004;
inline constexpr auto AppVersionStr = "0.9.4";
inline constexpr auto AppVersion = 9005;
inline constexpr auto AppVersionStr = "0.9.5";
8 changes: 4 additions & 4 deletions Wallet/build/version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AppVersion 9004
AppVersion 9005
AppVersionStrMajor 0.9
AppVersionStrSmall 0.9.4
AppVersionStr 0.9.4
AppVersionOriginal 0.9.4
AppVersionStrSmall 0.9.5
AppVersionStr 0.9.5
AppVersionOriginal 0.9.5
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.5 (24.03.20)

- Update config for testnet2 in tonlib.

0.9.4 (15.11.19)

- State explicitly that addresses are for Test Grams only.
Expand Down

0 comments on commit 8e20e6b

Please sign in to comment.