How can I get the version of SmartGWT currently running?
I am looking for something like this which, for GWT 2.3.0, returns "2.3.0":
I am looking for something like this which, for GWT 2.3.0, returns "2.3.0":
Code:
GWT.getVersion ()
Comment