Command line option -V reports release as well.

git-svn-id: http://yate.null.ro/svn/yate/trunk@940 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-07-05 14:52:52 +00:00
parent 61d7492ac2
commit 505d90e677
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ static void noarg(bool client, const char* opt)
static void version()
{
::fprintf(stdout,"Yate " YATE_VERSION "\n");
::fprintf(stdout,"Yate " YATE_VERSION " " YATE_RELEASE "\n");
}
int Engine::main(int argc, const char** argv, const char** env, RunMode mode, bool fail)