v0.4.7: version bump for full clean rebuild
All checks were successful
Build Fastway Client / build (push) Successful in 39s
All checks were successful
Build Fastway Client / build (push) Successful in 39s
All binaries and plugins must be compiled against the same fw_consts.pas / fw_plugin_api.pas to prevent CORBA VMT mismatches. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
BIN
src/fastwayclient_debug
Executable file
BIN
src/fastwayclient_debug
Executable file
Binary file not shown.
@@ -7,8 +7,8 @@ interface
|
||||
const
|
||||
FW_VERSION_MAJOR = 0;
|
||||
FW_VERSION_MINOR = 4;
|
||||
FW_VERSION_PATCH = 6;
|
||||
FW_VERSION_STRING = '0.4.6';
|
||||
FW_VERSION_PATCH = 7;
|
||||
FW_VERSION_STRING = '0.4.7';
|
||||
FW_PRODUCT_NAME = 'Fastway BBS';
|
||||
FW_PRODUCT_CODE = 'FWBBS';
|
||||
FW_SERVER_BANNER = FW_PRODUCT_NAME + ' v' + FW_VERSION_STRING;
|
||||
|
||||
Reference in New Issue
Block a user