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>2022-09-07 15:15:02 +0300
committerGitHub <noreply@github.com>2022-09-07 15:15:02 +0300
commitd463bad9639c910fadc2f30dac473c7688b11cfc (patch)
treebd9ab06f5e5d6d6b9287723af2f699f5d1e5f5e6
parentd8b34daffcce7a2089b54dea13030f88126a8458 (diff)
parent048e8d7db4969ab098b2c5514d7f5b0253ed7517 (diff)
Merge pull request #231 from metalefty/v0.9-releasev0.9.19v0.2.19v0.9
Bump version to v0.9.19
-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 55ac22a..6802a88 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.18
+*Current Version:* 0.9.19
# xorgxrdp
diff --git a/configure.ac b/configure.ac
index f64b869..634c105 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.18], [xrdp-devel@googlegroups.com])
+AC_INIT([xorgxrdp], [0.9.19], [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)