mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
solved conflicts from merge of version being used to binary
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
//#define SVNPATH ""
|
||||
#define SVNURLLIB "git@git.psi.ch:sls_detectors_software/slsDetectorPackage.git"
|
||||
//#define SVNREPPATH ""
|
||||
#define SVNREPUUIDLIB "b498043ea612fa3148bf1d7ea2a39c46092addf8"
|
||||
//#define SVNREV 0x3185
|
||||
//#define SVNKIND ""
|
||||
//#define SVNSCHED ""
|
||||
#define SVNAUTHLIB "Dhanya_Maliakal"
|
||||
#define SVNREVLIB 0x3185
|
||||
#define SVNDATELIB 0x20171206
|
||||
//
|
||||
#define GITURL "git@git.psi.ch:sls_detectors_software/slsDetectorPackage.git"
|
||||
#define GITREPUUID "c4a242e10a4aafd102cc9a2a7ddae4ac92b8ba99"
|
||||
#define GITAUTH "Dhanya_Maliakal"
|
||||
#define GITREV 0x3187
|
||||
#define GITDATE 0x20171206
|
||||
#define GITBRANCH "3.0.1"
|
||||
|
@ -1,11 +1,6 @@
|
||||
//#define SVNPATH ""
|
||||
#define SVNURLLIB "/root/"
|
||||
//#define SVNREPPATH ""
|
||||
#define SVNREPUUIDLIB "00000-00000-00000"
|
||||
//#define SVNREV ""
|
||||
//#define SVNKIND ""
|
||||
//#define SVNSCHED ""
|
||||
#define SVNAUTHLIB "nobody"
|
||||
#define SVNREVLIB 0
|
||||
#define SVNDATELIB 20000101
|
||||
//
|
||||
#define GITURL ""
|
||||
#define GITREPUUID ""
|
||||
#define GITAUTH ""
|
||||
#define GITREV ""
|
||||
#define GITDATE ""
|
||||
#define GITBRANCH ""
|
||||
|
@ -2244,8 +2244,8 @@ int64_t slsDetector::getId( idMode mode, int imod){
|
||||
#endif
|
||||
if (mode==THIS_SOFTWARE_VERSION) {
|
||||
ret=OK;
|
||||
retval=SVNREVLIB;
|
||||
retval=(retval<<32) | SVNDATELIB;
|
||||
retval=GITREV;
|
||||
retval=(retval<<32) | GITDATE;
|
||||
} else if (mode==RECEIVER_VERSION) {
|
||||
if (thisDetector->receiverOnlineFlag==ONLINE_FLAG) {
|
||||
if (connectData() == OK){
|
||||
|
Reference in New Issue
Block a user