METHOD to return MWS VERSION to portlet?

Hello:

I’d like to be able to warn my users if they are using my app on IE8 if it’s not deployed on MWS 7.1.3 or greater.

Obviously, I could set up an environment variable to serve this purpose, but it would be cleaner if I could query the server to find out what version is it.

Is there a method to do this?

Thanks a million,

Lucas.

You should be able to call this API:

com.webmethods.portal.system.impl.BuildVersion.getInstalledVersion();

Regards,
–mark

Will do. Thanks a ton, as always!