Getting the root version number in scripts?

Bonjour,

How can one get access to the running root version number ?

Best regards,
Vincent.

Hi Vincent,

See function in TROOT
gROOT->GetVersionDate()
gROOT->GetVersionTime()
gROOT->GetVersionInt()
gROOT->GetVersion()

Rene