mirror of
https://github.com/nzbget/nzbget.git
synced 2026-04-24 06:46:56 -04:00
added svn revision number to version string (commands <-v> and <-V>, startup log entry); svn revision is automatically read from svn-repository on each build
This commit is contained in:
@@ -299,7 +299,7 @@ void VersionBinCommand::Execute()
|
||||
return;
|
||||
}
|
||||
|
||||
SendBoolResponse(true, VERSION);
|
||||
SendBoolResponse(true, Util::VersionRevision());
|
||||
}
|
||||
|
||||
void DownloadBinCommand::Execute()
|
||||
|
||||
Reference in New Issue
Block a user