]> git.uio.no Git - u/mrichter/AliRoot.git/blame - cmake/ARVersion.h.tmp
Update master to aliroot
[u/mrichter/AliRoot.git] / cmake / ARVersion.h.tmp
CommitLineData
5420ed56 1/*
2 ALIROOT_VERSION: branch or tag name, short hash in detached mode
3 ALIROOT_REVISION: 0 if branch, short revision tag and detached mode
4 ALIROOT_SERIAL: 0 if branch, number if commits for tag and detached mode
5 TODO: change this to Doxygen
6*/
6db31708 7#ifndef ALIROOT_ARVersion
8#define ALIROOT_ARVersion
5420ed56 9#define ALIROOT_VERSION "@ALIROOT_AR_VERSION@"
10#define ALIROOT_REVISION "@ALIROOT_AR_REVISION@"
11#define ALIROOT_SERIAL @ALIROOT_AR_SERIAL@
6db31708 12#endif