mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 16:48:01 +02:00
updating versioning to only have date
This commit is contained in:
@ -153,8 +153,7 @@ void slsReceiverTCPIPInterface::stop(){
|
||||
|
||||
|
||||
int64_t slsReceiverTCPIPInterface::getReceiverVersion(){
|
||||
int64_t retval = GITREV;
|
||||
retval= (retval <<32) | GITDATE;
|
||||
int64_t retval = GITDATE;
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user