summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.c
diff options
context:
space:
mode:
authorItamar Reis Peixoto <itamar@ispbrasil.com.br>2010-11-18 04:12:23 -0200
committerItamar Reis Peixoto <itamar@ispbrasil.com.br>2010-11-20 22:13:49 -0200
commit83edc21992cce552e1b71146db308d94547fc2bb (patch)
tree3e4e5d885e3ee95d9a83ea8da75ddadce16024a9 /xrdp/xrdp.c
parentf26d8f781e2e307066267fc96698def52a687960 (diff)
downloadxrdp-proprietary-83edc21992cce552e1b71146db308d94547fc2bb.tar.gz
xrdp-proprietary-83edc21992cce552e1b71146db308d94547fc2bb.zip
use package version in xrdp.c
Diffstat (limited to 'xrdp/xrdp.c')
-rw-r--r--xrdp/xrdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c
index 383081bd..9d3415e2 100644
--- a/xrdp/xrdp.c
+++ b/xrdp/xrdp.c
@@ -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);
}