Version up to 0.6.0
This commit is contained in:
parent
4cf06dbbcb
commit
87297c5014
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user