revision in version number in getId

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@378 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2012-12-13 09:28:06 +00:00
parent 00e9c69bed
commit 806df32efb
2 changed files with 7 additions and 3 deletions

View File

@ -43,7 +43,7 @@ using namespace std;
#define DEFAULT_HOSTNAME "localhost"
#define DEFAULT_SHM_KEY 5678
#define THIS_REVISION "$Rev$"
/**
@short class containing all the possible detector functionalities
@ -642,7 +642,8 @@ virtual int exitReceiver()=0;
protected:
static const int64_t thisSoftwareVersion=0x$Rev$20120124;
static const int64_t thisSoftwareVersion=0x20120124;