diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-01 22:39:30 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-01 22:39:30 -0800 |
commit | 86eb45c7a5b59ccd17ff00aa1c879c911a0ce732 (patch) | |
tree | a628a3480463f1029be8e654ca8b8d71d9e7c309 | |
parent | 47071be4d41ed8ab02e5faa673d55e8375314fe5 (diff) | |
download | xrdp-proprietary-86eb45c7a5b59ccd17ff00aa1c879c911a0ce732.tar.gz xrdp-proprietary-86eb45c7a5b59ccd17ff00aa1c879c911a0ce732.zip |
update version
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | readme.txt | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index d4807bcc..558fdb31 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.7.0], [xrdp-devel@lists.sourceforge.net]) +AC_INIT([xrdp], [0.8.0], [xrdp-devel@lists.sourceforge.net]) AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in) AM_INIT_AUTOMAKE([1.6 foreign]) AC_PROG_CC @@ -113,7 +113,7 @@ then [#define _FILE_OFFSET_BITS 64]) fi -# checking for libpulse +# checking for libpulse if ! test -z "$enable_loadpulsemodules" then AC_CHECK_HEADER([pulse/util.h], [], @@ -1,9 +1,10 @@ -xrdp 0.7.0 +xrdp 0.8.0 Credits - This project is very much dependent on FreeRDP(was rdesktop), the work of - Matt Chapman and the FreeRDP team members, of which I'm a member. + This project is very much dependent on NeutrinoRDP, FreeRDP, rdesktop, and + the work of Matt Chapman and the NeutrinoRDP team members, of which I'm a + member. Mark from up 19.9 was the first to work with rdp server code. |