diff --git a/README.md b/README.md index 6802a88..45fce8e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ [![Build Status](https://github.com/neutrinolabs/xorgxrdp/actions/workflows/build.yml/badge.svg)](https://github.com/neutrinolabs/xorgxrdp/actions) -*Current Version:* 0.9.19 - # xorgxrdp ## Overview diff --git a/configure.ac b/configure.ac index 634c105..8da2d09 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.65) # package version must be x.y.z -AC_INIT([xorgxrdp], [0.9.19], [xrdp-devel@googlegroups.com]) +AC_INIT([xorgxrdp], [0.9.20], [xrdp-devel@googlegroups.com]) package_version_major=$(echo ${PACKAGE_VERSION}|cut -d. -f1) package_version_minor=$(echo ${PACKAGE_VERSION}|cut -d. -f2) package_version_patchlevel=$(echo ${PACKAGE_VERSION}|cut -d. -f3) @@ -31,7 +31,7 @@ if test "x${enable_glamor}" = "xyes"; then fi if test "x$XRDP_CFLAGS" = "x"; then - PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.16]) + PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.25]) XRDP_CFLAGS=`pkg-config xrdp --cflags` fi