]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/DiffGeomBeforeTagging.C
CMake: Retrieve Git information
[u/mrichter/AliRoot.git] / macros / DiffGeomBeforeTagging.C
index 06c890e1b743e68c26f4ebabb0baee6e5203eedf..5351bc73b47bc33d3f80f7c1527d7bae299f7c68 100644 (file)
@@ -77,7 +77,7 @@ Bool_t DiffGeomBeforeTagging(const char* recipient, const char* cdbUri="local://
 
                // 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);