You can use the following SQL to check the version of the Hyperstage system.
Windows:
select version();
Linux:
show variables like 'IBEEngineRevision';