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:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-01-06 14:32:20 +0300
committerGitHub <noreply@github.com>2022-01-06 14:32:20 +0300
commit752b7659773a11ca6d4600645547c06fdb8a23d9 (patch)
tree2456666c436fc46db729ba17d1581496bf87377e
parentaabcddf674f324040cc167116f0089462d00f8aa (diff)
parentd81fe5f342b218cd8efb28007b14a73cc1bdc094 (diff)
Merge pull request #206 from metalefty/releasev0.2.18
Bump version to v0.2.18
-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 ac63c36..55ac22a 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.17
+*Current Version:* 0.2.18
# xorgxrdp
diff --git a/configure.ac b/configure.ac
index 3f742d5..f64b869 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.17], [xrdp-devel@googlegroups.com])
+AC_INIT([xorgxrdp], [0.2.18], [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)