~vpec/maus/tof_calib_read

« back to all changes in this revision

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

  • Committer: Paolo Franchini
  • Date: 2018-01-22 11:08:23 UTC
  • mfrom: (733.1.1 .maus-v3-1-1)
  • Revision ID: p.franchini@warwick.ac.uk-20180122110823-e50j9y07kot2nhh4
Tags: MAUS-v3.1, MAUS-v3.1.1
MAUS-v3.1.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 3
26
26
#define MAUS_VERSION_NUMBER_Y 1
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+\