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:
authorKoichiro IWAO <meta@vmeta.jp>2021-08-30 09:37:20 +0300
committerKoichiro IWAO <meta@vmeta.jp>2021-08-30 09:37:20 +0300
commit8f54c03ad4a8557400bbf630651b85b67ca87977 (patch)
tree5e50c053e7c0e393e617eed2ff6a10161380f58d
parent9990e8ed041f55e45fb03ad189d8919e026cb4ea (diff)
Bump version to v0.2.17
-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 aa4535b..ac63c36 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[![Build Status](https://github.com/neutrinolabs/xorgxrdp/actions/workflows/build.yml/badge.svg)](https://github.com/neutrinolabs/xorgxrdp/actions)
-*Current Version:* 0.2.16
+*Current Version:* 0.2.17
# xorgxrdp
diff --git a/configure.ac b/configure.ac
index 3e0525d..3f742d5 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.16], [xrdp-devel@googlegroups.com])
+AC_INIT([xorgxrdp], [0.2.17], [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)