use package version in xrdp.c
This commit is contained in:
parent
a9cfc23521
commit
5ac68e3198
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user