Skip to content

Commit

Permalink
Merge pull request #292 from metalefty/v0.9-release
Browse files Browse the repository at this point in the history
Bump version to v0.9.20
  • Loading branch information
metalefty authored Mar 11, 2024
2 parents 7bef322 + e688c66 commit f3eda0b
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], [[email protected]])
AC_INIT([xorgxrdp], [0.9.20], [[email protected]])
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 f3eda0b

Please sign in to comment.