--- ibx/trunk/runtime/nongui/IBVersion.pas 2018/12/06 15:55:01 263 +++ ibx/trunk/runtime/nongui/IBVersion.pas 2018/12/26 18:34:32 266 @@ -41,8 +41,8 @@ uses const IBX_MAJOR = 2; IBX_MINOR = 3; - IBX_RELEASE = 2; - IBX_VERSION = '2.3.2'; + IBX_RELEASE = 3; + IBX_VERSION = '2.3.3'; implementation