]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - GRP/UpdateCDBIdealGeom.C
CMake: Retrieve Git information
[u/mrichter/AliRoot.git] / GRP / UpdateCDBIdealGeom.C
index 2a22b2d6ae7f48f57f2d89898cb37a86a51a56d2..813619f1874d5abba15aa905dd9e272cef6286e3 100644 (file)
@@ -37,7 +37,7 @@ void UpdateCDBIdealGeom(const char* cdbUri, const char* cfgFile){
 
        // Get root and AliRoot versions
        const char* rootv = gROOT->GetVersion();
-       TString av(ALIROOT_BRANCH);
+       TString av(ALIROOT_VERSION);
        TString revnum(ALIROOT_REVISION);
 
        Printf("root version: %s.  AliRoot %s, revision number %s",rootv,av.Data(),revnum);