~christopher-hunt08/maus/maus_mc_control

« back to all changes in this revision

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

  • Committer: Durga Rajaram
  • Date: 2013-07-24 00:19:08 UTC
  • mfrom: (659.1.72 release-candidate)
  • Revision ID: durga@fnal.gov-20130724001908-hw36h7kefglgaw3l
Tags: MAUS-v0.6.0
MAUS-v0.6.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 000
26
 
#define MAUS_VERSION_NUMBER_Y 005
27
 
#define MAUS_VERSION_NUMBER_Z 005
 
26
#define MAUS_VERSION_NUMBER_Y 006
 
27
#define MAUS_VERSION_NUMBER_Z 000
28
28
#define MAUS_VERSION_NUMBER() \
29
29
        (MAUS_VERSION_NUMBER_X*1000000+\
30
30
        MAUS_VERSION_NUMBER_Y*1000+\