Fix version message

This commit is contained in:
Ron Pedde 2004-01-04 21:32:22 +00:00
parent 3cfaf1f44d
commit 78f63acdfa
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ int main(int argc, char *argv[]) {
char *optval="c:mpf";
#endif /* DEBUG */
fprintf(stderr,"mt-daapd: version $Revision$\n");
fprintf(stderr,"mt-daapd: version %s\n",VERSION);
fprintf(stderr,"Copyright (c) 2003 Ron Pedde. All rights reserved\n");
fprintf(stderr,"Portions Copyright (c) 1999-2001 Apple Computer, Inc. All rights Reserved.\n\n");