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-12-11 05:42:49 +0300
committerGitHub <noreply@github.com>2019-12-11 05:42:49 +0300
commitce9d3b7cf633955b1408c7ffd971639900abadcc (patch)
tree979880804065b9a63c522a30090d9ea2138a8a34
parent4ea3b5bf732c43656ee895c018d251a831e9e548 (diff)
parentf81a7fbca3c05281e4837a1aceaa6c8836eb12fc (diff)
Merge pull request #154 from metalefty/releasev0.2.12
bump version to v0.2.12
-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 77c0525..8702c6a 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.11
+*Current Version:* 0.2.12
# xorgxrdp
diff --git a/configure.ac b/configure.ac
index e1edd0a..aa36b5b 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.11], [xrdp-devel@googlegroups.com])
+AC_INIT([xorgxrdp], [0.2.12], [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)