summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--xrdp/xrdp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6c1a465d..fe900269 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.59)
-AC_INIT([xrdp], [0.5.0], [xrdp-devel@lists.sourceforge.net])
+AC_INIT([xrdp], [0.6.0], [xrdp-devel@lists.sourceforge.net])
AM_CONFIG_HEADER(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.6 foreign])
AC_PROG_CC
diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c
index c354be6b..383081bd 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.5.0");
+ g_writeln("Version 0.6.0");
g_writeln("");
g_exit(0);
}