mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
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:
@ -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;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user