The Gaudi Framework  master (01b473db)
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   40
 
#define GAUDIKERNEL_MINOR_VERSION   0
 
#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 5 of file GaudiKernelVersion.h.

◆ GAUDIKERNEL_MAJOR_VERSION

#define GAUDIKERNEL_MAJOR_VERSION   40

Definition at line 8 of file GaudiKernelVersion.h.

◆ GAUDIKERNEL_MINOR_VERSION

#define GAUDIKERNEL_MINOR_VERSION   0

Definition at line 9 of file GaudiKernelVersion.h.

◆ GAUDIKERNEL_PATCH_VERSION

#define GAUDIKERNEL_PATCH_VERSION   0

Definition at line 10 of file GaudiKernelVersion.h.

◆ GAUDIKERNEL_VERSION

Definition at line 12 of file GaudiKernelVersion.h.