Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetalefty <meta@vmeta.jp>2021-04-26 18:40:49 +0300
committerGitHub <noreply@github.com>2021-04-26 18:40:49 +0300
commitf337ab56b79decb60f5640c5748c90e4e766efdf (patch)
treeb9e587b4d21bf1d5c26cee46d6c6342c0ccb26b8
parentb70db07516c94c0d7a1a1a2b5cfa1383e44b9762 (diff)
parent262b92003f14a29587ce97f3488ed1fb09b0e403 (diff)
Merge pull request #192 from metalefty/release
bump version to v0.2.16
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7717432..3e0525d 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.2.15], [xrdp-devel@googlegroups.com])
+AC_INIT([xorgxrdp], [0.2.16], [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.14])
+ PKG_CHECK_MODULES([XRDP], [xrdp >= 0.9.16])
XRDP_CFLAGS=`pkg-config xrdp --cflags`
fi