Skip to content

Commit 8e20e6b

Browse files
committed
Version 0.9.5.
- Update config for testnet2 in tonlib.
1 parent 653eed6 commit 8e20e6b

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

Wallet/Resources/win/Wallet.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
3333
//
3434

3535
VS_VERSION_INFO VERSIONINFO
36-
FILEVERSION 0,9,4,0
37-
PRODUCTVERSION 0,9,4,0
36+
FILEVERSION 0,9,5,0
37+
PRODUCTVERSION 0,9,5,0
3838
FILEFLAGSMASK 0x3fL
3939
#ifdef _DEBUG
4040
FILEFLAGS 0x1L
@@ -51,10 +51,10 @@ BEGIN
5151
BEGIN
5252
VALUE "CompanyName", "Telegram FZ-LLC"
5353
VALUE "FileDescription", "Gram Wallet"
54-
VALUE "FileVersion", "0.9.4.0"
54+
VALUE "FileVersion", "0.9.5.0"
5555
VALUE "LegalCopyright", "Copyright (C) 2019"
5656
VALUE "ProductName", "Gram Wallet"
57-
VALUE "ProductVersion", "0.9.4.0"
57+
VALUE "ProductVersion", "0.9.5.0"
5858
END
5959
END
6060
BLOCK "VarFileInfo"

Wallet/SourceFiles/core/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
//
77
#pragma once
88

9-
inline constexpr auto AppVersion = 9004;
10-
inline constexpr auto AppVersionStr = "0.9.4";
9+
inline constexpr auto AppVersion = 9005;
10+
inline constexpr auto AppVersionStr = "0.9.5";

Wallet/build/version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AppVersion 9004
1+
AppVersion 9005
22
AppVersionStrMajor 0.9
3-
AppVersionStrSmall 0.9.4
4-
AppVersionStr 0.9.4
5-
AppVersionOriginal 0.9.4
3+
AppVersionStrSmall 0.9.5
4+
AppVersionStr 0.9.5
5+
AppVersionOriginal 0.9.5

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.9.5 (24.03.20)
2+
3+
- Update config for testnet2 in tonlib.
4+
15
0.9.4 (15.11.19)
26

37
- State explicitly that addresses are for Test Grams only.

0 commit comments

Comments
 (0)