~ajdobbs/maus/event-viewer

« back to all changes in this revision

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

  • Committer: Adam Dobbs
  • Date: 2016-06-20 14:09:47 UTC
  • mfrom: (659.4.38 release-candidate)
  • mto: This revision was merged to the branch mainline in revision 1115.
  • Revision ID: phuccj@gmail.com-20160620140947-k339s2q5trdmk76e
Tags: MAUS-v2.5, MAUS-v2.5.0
MAUS-v2.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
// xxx is 0 padded
24
24
#ifndef MAUS_VERSION_NUMBER
25
25
#define MAUS_VERSION_NUMBER_X 2
26
 
#define MAUS_VERSION_NUMBER_Y 4
 
26
#define MAUS_VERSION_NUMBER_Y 5
27
27
#define MAUS_VERSION_NUMBER_Z 0
28
28
#define MAUS_VERSION_NUMBER() \
29
29
        (MAUS_VERSION_NUMBER_X*1000+\