solved conflicts from merge of version being used to binary

This commit is contained in:
Dhanya Maliakal
2017-12-06 19:07:06 +01:00
47 changed files with 292 additions and 356 deletions

View File

@@ -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;
}