Skip to content

Commit

Permalink
Bump version to v0.9.20
Browse files Browse the repository at this point in the history
This version requires xrdp v0.9.25 which supports inertial scrolling.

ref. neutrinolabs/xrdp#2948
  • Loading branch information
metalefty committed Mar 11, 2024
1 parent 7bef322 commit e688c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e688c66

Please sign in to comment.