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>2019-08-16 04:12:16 +0300
committerGitHub <noreply@github.com>2019-08-16 04:12:16 +0300
commitf34667d40cc8f9ed49ebca812e985ed67a890308 (patch)
tree26569cecd7d7c8ac01b2bba1c603d0887f38d84b
parentf4c80340beccd592641698743d36723e71854bdd (diff)
parentdd673801d91f88411e26951f351f3fc4b0c1bcf3 (diff)
Merge pull request #148 from metalefty/prepare-releasev0.2.11
bump version to v0.2.11
-rw-r--r--README.md2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 22891cf..77c0525 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/neutrinolabs/xorgxrdp.svg?branch=devel)](https://travis-ci.org/neutrinolabs/xorgxrdp)
-*Current Version:* 0.2.10
+*Current Version:* 0.2.11
# xorgxrdp
diff --git a/configure.ac b/configure.ac
index f3504c0..5c21b86 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.10], [xrdp-devel@googlegroups.com])
+AC_INIT([xorgxrdp], [0.2.11], [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)