Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  master (f31105fd)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GaudiKernelVersion.h File Reference

Go to the source code of this file.

Macros

#define CALC_GAUDI_VERSION(maj, min)   (((maj) << 16) + (min))
 
#define GAUDIKERNEL_MAJOR_VERSION   39
 
#define GAUDIKERNEL_MINOR_VERSION   4
 
#define GAUDIKERNEL_PATCH_VERSION   0
 
#define GAUDIKERNEL_VERSION   CALC_GAUDI_VERSION(GAUDIKERNEL_MAJOR_VERSION,GAUDIKERNEL_MINOR_VERSION)
 

Macro Definition Documentation

◆ CALC_GAUDI_VERSION

#define CALC_GAUDI_VERSION (   maj,
  min 
)    (((maj) << 16) + (min))

Definition at line 6 of file GaudiKernelVersion.h.

◆ GAUDIKERNEL_MAJOR_VERSION

#define GAUDIKERNEL_MAJOR_VERSION   39

Definition at line 9 of file GaudiKernelVersion.h.

◆ GAUDIKERNEL_MINOR_VERSION

#define GAUDIKERNEL_MINOR_VERSION   4

Definition at line 10 of file GaudiKernelVersion.h.

◆ GAUDIKERNEL_PATCH_VERSION

#define GAUDIKERNEL_PATCH_VERSION   0

Definition at line 11 of file GaudiKernelVersion.h.

◆ GAUDIKERNEL_VERSION

Definition at line 13 of file GaudiKernelVersion.h.