How do I know what version of VSTGUI I am using?

Hi,
the version number is in ‘vstguibase.h’ :

//-----------------------------------------------------------------------------
// VSTGUI Version
//-----------------------------------------------------------------------------
#define VSTGUI_VERSION_MAJOR  4
#define VSTGUI_VERSION_MINOR  6

Cheers,
Arne