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

Looking here:

It’s probably obvious and I’m just missing it. I cannot find the version of VSTGUI… So how could I check my git clone for it’s version?

I’m pretty GitHub centric, and I dont check very many other places, so maybe it’s listed somewhere else. I would expect to find it in the README.md, a VERSION file, or in the CMakeLists.txt file as a VERSION variable… But couldn’t find it in those locations… Even the ChangeLog seems to have stopped being maintained in 2015, but is another location that could label the version (but not there either…).

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

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

Cheers,
Arne