diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-01 23:20:08 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-01 23:20:08 -0800 |
commit | 3baa5ffa231b2cec6cc1236ada5dd8b419309d70 (patch) | |
tree | 9ef1ec0201a7a94f6b7bcde6876b1f68d8b2e52f /configure.ac | |
parent | e7445a2544f6b4319a53f2fea71358b9a746f298 (diff) | |
download | xrdp-proprietary-3baa5ffa231b2cec6cc1236ada5dd8b419309d70.tar.gz xrdp-proprietary-3baa5ffa231b2cec6cc1236ada5dd8b419309d70.zip |
update version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d4807bcc..621ce4be 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.9.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], [], |