use package version in xrdp.c

This commit is contained in:
Itamar Reis Peixoto 2010-11-18 04:12:23 -02:00
parent a9cfc23521
commit 5ac68e3198

View File

@ -485,7 +485,7 @@ main(int argc, char** argv)
g_writeln("xrdp: A Remote Desktop Protocol server.");
g_writeln("Copyright (C) Jay Sorg 2004-2010");
g_writeln("See http://xrdp.sourceforge.net for more information.");
g_writeln("Version 0.6.0");
g_writeln("Version %s",PACKAGE_VERSION);
g_writeln("");
g_exit(0);
}