--- ibx/trunk/runtime/nongui/IBVersion.pas 2021/07/08 09:26:14 344 +++ ibx/trunk/runtime/nongui/IBVersion.pas 2021/08/23 14:22:29 345 @@ -41,8 +41,8 @@ uses const IBX_MAJOR = 2; IBX_MINOR = 4; - IBX_RELEASE = 1; - IBX_VERSION = '2.4.1'; + IBX_RELEASE = 2; + IBX_VERSION = '2.4.2'; implementation