Skip to content

Commit

Permalink
Merge pull request #170 from metalefty/release
Browse files Browse the repository at this point in the history
Bump to v0.2.14
  • Loading branch information
metalefty authored Aug 31, 2020
2 parents a144f8b + 6c909d1 commit e54dc62
Showing 1 changed file with 2 additions and 2 deletions.
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.2.13], [[email protected]])
AC_INIT([xorgxrdp], [0.2.14], [[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 All @@ -28,7 +28,7 @@ if test "x${enable_glamor}" = "xyes"; then
fi

if test "x$XRDP_CFLAGS" = "x"; then
PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.13])
PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.14])
XRDP_CFLAGS=`pkg-config xrdp --cflags`
fi

Expand Down

0 comments on commit e54dc62

Please sign in to comment.