~jan.greis/maus/1811

« back to all changes in this revision

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

  • Committer: Adam Dobbs
  • Date: 2016-01-13 11:31:12 UTC
  • mfrom: (659.2.18 release-candidate)
  • Revision ID: phuccj@gmail.com-20160113113112-bhbguupn50eyvd0z
Tags: MAUS-v1.4, MAUS-v1.4.0
MAUS-v1.4.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 1
26
 
#define MAUS_VERSION_NUMBER_Y 3
 
26
#define MAUS_VERSION_NUMBER_Y 4
27
27
#define MAUS_VERSION_NUMBER_Z 0
28
28
#define MAUS_VERSION_NUMBER() \
29
29
        (MAUS_VERSION_NUMBER_X*1000+\