--- ibx/trunk/runtime/IBVersion.pas 2017/10/03 14:08:11 67 +++ ibx/trunk/runtime/IBVersion.pas 2017/10/17 10:07:58 68 @@ -41,8 +41,8 @@ uses const IBX_MAJOR = 2; IBX_MINOR = 0; - IBX_RELEASE = 2; - IBX_VERSION = '2.0.2'; + IBX_RELEASE = 3; + IBX_VERSION = '2.0.3'; implementation