summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichiro IWAO <meta@vmeta.jp>2018-06-20 13:53:34 +0900
committerKoichiro IWAO <meta@vmeta.jp>2018-06-29 00:04:25 +0900
commit2d3170c00770a43dc020943d972711b3e63babaa (patch)
tree3c4457d95b42127070f31e5e1d5ff0e15a7ed277
parent860d01cf16fb28fd1d86e69fd4225965df91ac0c (diff)
downloadxrdp-proprietary-2d3170c00770a43dc020943d972711b3e63babaa.tar.gz
xrdp-proprietary-2d3170c00770a43dc020943d972711b3e63babaa.zip
Bump version to v0.9.7
-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 2acf98dd..382d40a4 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.6
+*Current Version:* 0.9.7
# xrdp - an open source RDP server
diff --git a/configure.ac b/configure.ac
index 693b31af..fdac5e00 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.6], [xrdp-devel@googlegroups.com])
+AC_INIT([xrdp], [0.9.7], [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])