v0.4.7: version bump for full clean rebuild
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:
2026-03-16 14:21:36 -07:00
parent 010b344bf2
commit b2ca9847e2
2 changed files with 2 additions and 2 deletions

BIN
src/fastwayclient_debug Executable file

Binary file not shown.

View File

@@ -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;