efc2218
diff -ruNp a/xrdp-HEAD-a9cfc23/configure.ac b/xrdp-HEAD-a9cfc23/configure.ac
efc2218
--- a/xrdp-HEAD-a9cfc23/configure.ac	2010-11-04 13:52:27.000000000 -0200
efc2218
+++ b/xrdp-HEAD-a9cfc23/configure.ac	2010-11-18 01:22:22.566408534 -0200
efc2218
@@ -1,7 +1,7 @@
efc2218
 # Process this file with autoconf to produce a configure script
efc2218
 
efc2218
 AC_PREREQ(2.59)
efc2218
-AC_INIT([xrdp], [0.6.0], [xrdp-devel@lists.sourceforge.net])
efc2218
+AC_INIT([xrdp], [0.5.0], [xrdp-devel@lists.sourceforge.net])
efc2218
 AM_CONFIG_HEADER(config_ac.h:config_ac-h.in)
efc2218
 AM_INIT_AUTOMAKE([1.6 foreign])
efc2218
 AC_PROG_CC
efc2218
diff -ruNp a/xrdp-HEAD-a9cfc23/xrdp/xrdp.c b/xrdp-HEAD-a9cfc23/xrdp/xrdp.c
efc2218
--- a/xrdp-HEAD-a9cfc23/xrdp/xrdp.c	2010-11-04 13:52:27.000000000 -0200
efc2218
+++ b/xrdp-HEAD-a9cfc23/xrdp/xrdp.c	2010-11-18 01:22:49.398335339 -0200
efc2218
@@ -485,7 +485,7 @@ main(int argc, char** argv)
efc2218
       g_writeln("xrdp: A Remote Desktop Protocol server.");
efc2218
       g_writeln("Copyright (C) Jay Sorg 2004-2010");
efc2218
       g_writeln("See http://xrdp.sourceforge.net for more information.");
efc2218
-      g_writeln("Version 0.6.0");
efc2218
+      g_writeln("Version 0.5.0");
efc2218
       g_writeln("");
efc2218
       g_exit(0);
efc2218
     }