Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RGitCommit.h
Go to the documentation of this file.
1#ifndef ROOT_RGITCOMMIT_H
2#define ROOT_RGITCOMMIT_H
3#include "ROOT/RConfig.hxx"
4namespace ROOT {
5namespace Internal {
6 static constexpr const char R__DEPRECATED(6,32, "Not updated anymore; please use etc/gitinfo.txt") gGitBranch[] = "";
7 static constexpr const char R__DEPRECATED(6,32, "Not updated anymore; please use etc/gitinfo.txt") gGitCommit[] = "";
8}
9}
10#define ROOT_GIT_BRANCH (ROOT::Internal::gGitBranch)
11#define ROOT_GIT_COMMIT (ROOT::Internal::gGitCommit)
12#endif
#define R__DEPRECATED(MAJOR, MINOR, REASON)
Definition RConfig.hxx:504
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.