-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico" | |
#ifdef FLUTTER_BUILD_NUMBER | ||
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER | ||
#else | ||
#define VERSION_AS_NUMBER 3,8,0 | ||
#define VERSION_AS_NUMBER 4,0,1 | ||
#endif | ||
|
||
#ifdef FLUTTER_BUILD_NAME | ||
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME | ||
#else | ||
#define VERSION_AS_STRING "3.8.0" | ||
#define VERSION_AS_STRING "4.0.1" | ||
#endif | ||
|
||
VS_VERSION_INFO VERSIONINFO | ||
|
@@ -93,7 +93,7 @@ BEGIN | |
VALUE "FileDescription", "REChain.Online! - PRIVATE & SECURE FUTURE!" "\0" | ||
VALUE "FileVersion", VERSION_AS_STRING "\0" | ||
VALUE "InternalName", "REChain ®️ 🪐" "\0" | ||
VALUE "LegalCopyright", "Need help? 🤔 Email us! 👇 A Dmitry Sorokin production. All rights reserved. Powered by REChain ® 🪐. Copyright © 2019-2024 REChain, Inc REChain ® is a registered trademark [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Please allow anywhere from 1 to 5 business days for E-mail responses! 💌" "\0" | ||
VALUE "LegalCopyright", "Copyright © 2019-2024 Need help? 🤔 Donate US! ⌛️ For tea, coffee! For the future of decentralized and distributed internet. We do cool and, in my opinion, useful things for the safety and security of users' personal data. And on a completely non-commercial basis! 😎 Email us! 👇 A Dmitry Sorokin production. All rights reserved. Powered by REChain ®️. 🪐 Copyright © 2019-2024 REChain, Inc REChain ® is a registered trademark [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Please allow anywhere from 1 to 5 business days for E-mail responses! 💌 Our Stats! 👀 At the end of 2023, the number of downloads from the Open-Source Places, Apple AppStore, Google Play Market, and the REChain.Store ✨ exceeded 29 million downloads. 😈 👀" "\0" | ||
VALUE "OriginalFilename", "REChain ®️ 🪐.exe" "\0" | ||
VALUE "ProductName", "REChain ®️ 🪐" "\0" | ||
VALUE "ProductVersion", VERSION_AS_STRING "\0" | ||
|