~ajdobbs/maus/event-viewer

« back to all changes in this revision

Viewing changes to src/common_cpp/Utils/VersionNumber.hh

Tags: MAUS-v2.3.1
MAUS-v2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef MAUS_VERSION_NUMBER
25
25
#define MAUS_VERSION_NUMBER_X 2
26
26
#define MAUS_VERSION_NUMBER_Y 3
27
 
#define MAUS_VERSION_NUMBER_Z 0
 
27
#define MAUS_VERSION_NUMBER_Z 1
28
28
#define MAUS_VERSION_NUMBER() \
29
29
        (MAUS_VERSION_NUMBER_X*1000+\
30
30
        MAUS_VERSION_NUMBER_Y*100+\