added program version display on startup

This commit is contained in:
darkeye 2000-11-13 20:21:29 +00:00
parent 1bd2c207b5
commit f6ce8ed91e
1 changed files with 6 additions and 2 deletions

View File

@ -83,7 +83,8 @@ main (
{ {
int res = -1; int res = -1;
cout << "DarkIce live audio streamer, http://darkice.sourceforge.net"<<endl; cout << "DarkIce " << VERSION
<< " live audio streamer, http://darkice.sourceforge.net" << endl;
cout << "Copyright (C) 2000, Tyrell Hungary, http://tyrell.hu" << endl; cout << "Copyright (C) 2000, Tyrell Hungary, http://tyrell.hu" << endl;
cout << endl; cout << endl;
@ -158,6 +159,9 @@ showUsage ( ostream & os )
$Source$ $Source$
$Log$ $Log$
Revision 1.4 2000/11/13 20:21:29 darkeye
added program version display on startup
Revision 1.3 2000/11/13 19:38:55 darkeye Revision 1.3 2000/11/13 19:38:55 darkeye
moved command line parameter parsing from DarkIce.cpp to main.cpp moved command line parameter parsing from DarkIce.cpp to main.cpp