mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 22:24:55 +01:00
changed all variables from svn to git, included --version for receiver binary
This commit is contained in:
@@ -152,8 +152,8 @@ void slsReceiverTCPIPInterface::stop(){
|
||||
|
||||
|
||||
int64_t slsReceiverTCPIPInterface::getReceiverVersion(){
|
||||
int64_t retval = SVNREV;
|
||||
retval= (retval <<32) | SVNDATE;
|
||||
int64_t retval = GITREV;
|
||||
retval= (retval <<32) | GITDATE;
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user