You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resource files and installer script define file properties, as well as steps taken during the installation on Windows.
The Omni Core version is set via configure.ac, and picked up for the setup and resource descriptions.
The versioning scheme itself hasn't changed, and the current version is still "0.0.10.0-dev".
BLOCK "040904E4" // U.S. English - multilingual (hex)
19
+
BEGIN
20
+
VALUE "CompanyName", "Omni Foundation"
21
+
VALUE "FileDescription", "Omni Core CLI (OSS RPC client for Bitcoin and the Omni Layer)"
22
+
VALUE "FileVersion", VER_FILEVERSION_STR
23
+
VALUE "InternalName", "omnicore-cli"
24
+
VALUE "LegalCopyright", COPYRIGHT_STR
25
+
VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
26
+
VALUE "OriginalFilename", "omnicore-cli.exe"
27
+
VALUE "ProductName", "Omni Core CLI"
28
+
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
29
+
END
30
+
END
31
+
32
+
BLOCK "VarFileInfo"
33
+
BEGIN
34
+
VALUE "Translation", 0x0, 1252 // language neutral - multilingual (decimal)
BLOCK "040904E4" // U.S. English - multilingual (hex)
22
+
BEGIN
23
+
VALUE "CompanyName", "Omni Foundation"
24
+
VALUE "FileDescription", "Omni Core (OSS GUI client for Bitcoin and the Omni Layer)"
25
+
VALUE "FileVersion", VER_FILEVERSION_STR
26
+
VALUE "InternalName", "omnicore-qt"
27
+
VALUE "LegalCopyright", COPYRIGHT_STR
28
+
VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
29
+
VALUE "OriginalFilename", "omnicore-qt.exe"
30
+
VALUE "ProductName", "Omni Core"
31
+
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
32
+
END
33
+
END
34
+
35
+
BLOCK "VarFileInfo"
36
+
BEGIN
37
+
VALUE "Translation", 0x0, 1252 // language neutral - multilingual (decimal)
0 commit comments