--- ibx/trunk/runtime/IBVersion.pas 2017/02/23 15:22:18 50 +++ ibx/trunk/runtime/IBVersion.pas 2017/02/24 16:34:51 51 @@ -41,8 +41,8 @@ uses const IBX_MAJOR = 2; IBX_MINOR = 0; - IBX_RELEASE = 1; - IBX_VERSION = '2.0.1'; + IBX_RELEASE = 2; + IBX_VERSION = '2.0.2'; implementation