summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-12-13 17:06:25 +0900
committerKoichiro IWAO <meta@vmeta.jp>2018-12-25 13:31:09 +0900
commit5a80fc92562172d08409df5eddbaacfcf84c92c8 (patch)
tree7067c39608056200a724c8996a6eed0a88204a54
parent7469d559a4eba516a9f56bc44b25ccfdef21a8c4 (diff)
downloadxrdp-proprietary-5a80fc92562172d08409df5eddbaacfcf84c92c8.tar.gz
xrdp-proprietary-5a80fc92562172d08409df5eddbaacfcf84c92c8.zip
Bump version to v0.9.9
-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 3f1d4a9b..fec7ee66 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neutrinolabs/xrdp)
![Apache-License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)
-*Current Version:* 0.9.8
+*Current Version:* 0.9.9
# xrdp - an open source RDP server
diff --git a/configure.ac b/configure.ac
index 3aa14db6..4dbcf230 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.65)
-AC_INIT([xrdp], [0.9.8], [xrdp-devel@googlegroups.com])
+AC_INIT([xrdp], [0.9.9], [xrdp-devel@googlegroups.com])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.7.2 foreign])
AC_CONFIG_MACRO_DIR([m4])