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>2020-12-22 05:13:16 +0300
committerGitHub <noreply@github.com>2020-12-22 05:13:16 +0300
commiteb08b2d25140322cc4a8b8cac7dd3e2949bc110b (patch)
tree7566aea719fcb183012ffd7bb7fea8f8fd7f85cd
parent56a36b2cfbdbb051b7214ade874f903f0940bd48 (diff)
parent2ee2e8ca86fe4e324886491a95d9260313203df0 (diff)
Merge pull request #178 from metalefty/releasev0.2.15
bump version to v0.2.15
-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 20c8700..47020bf 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.14
+*Current Version:* 0.2.15
# xorgxrdp
diff --git a/configure.ac b/configure.ac
index 7a0d5ce..cb1c90f 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.14], [xrdp-devel@googlegroups.com])
+AC_INIT([xorgxrdp], [0.2.15], [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)