AbstractApplicationServlet.VERSION replacement in Vaadin 7

What is the replacement for AbstractApplicationServlet.VERSION in Vaadin 7? I’d like to get the Vaadin version string to display in my UI. Thanks!

com.vaadin.shared.Version has getters for various parts of the version, including the full version string.

Thanks, Henri. How I missed a Version class, I don’t know! Okay, I do in that the javadocs make it hard to see all com.vaadin classes. This wasn’t an issue earlier because the javadocs didn’t include the com.google classes before. Looking at “All classes” is no longer helpful, but it would be nice to more easily see all com.vaadin classes as a group.