diff --git a/Wallet/Resources/win/Wallet.rc b/Wallet/Resources/win/Wallet.rc index ede378a..e273538 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,8,0 - PRODUCTVERSION 0,9,8,0 + FILEVERSION 0,9,9,0 + PRODUCTVERSION 0,9,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,10 +51,10 @@ BEGIN BEGIN VALUE "CompanyName", "TON Foundation" VALUE "FileDescription", "TON Wallet" - VALUE "FileVersion", "0.9.8.0" + VALUE "FileVersion", "0.9.9.0" VALUE "LegalCopyright", "Copyright (C) 2019" VALUE "ProductName", "TON Wallet" - VALUE "ProductVersion", "0.9.8.0" + VALUE "ProductVersion", "0.9.9.0" END END BLOCK "VarFileInfo" diff --git a/Wallet/SourceFiles/core/version.h b/Wallet/SourceFiles/core/version.h index 613c9f8..6b17a53 100644 --- a/Wallet/SourceFiles/core/version.h +++ b/Wallet/SourceFiles/core/version.h @@ -6,5 +6,5 @@ // #pragma once -inline constexpr auto AppVersion = 9008; -inline constexpr auto AppVersionStr = "0.9.8"; +inline constexpr auto AppVersion = 9009; +inline constexpr auto AppVersionStr = "0.9.9"; diff --git a/Wallet/build/version b/Wallet/build/version index 7afcac3..9a56af9 100644 --- a/Wallet/build/version +++ b/Wallet/build/version @@ -1,5 +1,5 @@ -AppVersion 9008 +AppVersion 9009 AppVersionStrMajor 0.9 -AppVersionStrSmall 0.9.8 -AppVersionStr 0.9.8 -AppVersionOriginal 0.9.8 +AppVersionStrSmall 0.9.9 +AppVersionStr 0.9.9 +AppVersionOriginal 0.9.9 diff --git a/changelog.txt b/changelog.txt index d14bbb4..6e9a137 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +0.9.9 (27.06.23) + +- Encrypted transaction comments. + 0.9.8 (30.04.20) - Copy wallet address to clipboard on click.