mirror of
https://github.com/nzbget/nzbget.git
synced 2026-02-23 17:45:52 -05: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:
@@ -773,7 +773,7 @@ void Options::InitCommandLine(int argc, char* argv[])
|
||||
exit(0);
|
||||
break;
|
||||
case 'v':
|
||||
printf("nzbget version: %s\n", VERSION);
|
||||
printf("nzbget version: %s\n", Util::VersionRevision());
|
||||
exit(1);
|
||||
break;
|
||||
case 'p':
|
||||
|
||||
Reference in New Issue
Block a user