From af57e191df5506a37cc23ec8df13867dfa52558a Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Mon, 26 Mar 2018 10:31:19 +0900 Subject: [PATCH] Bump version to v0.9.6 --- README.md | 2 +- configure.ac | 2 +- xorg/X11R7.6/rdp/rdp.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8fe462f..8795ad49 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.5 +*Current Version:* 0.9.6 # xrdp - an open source RDP server diff --git a/configure.ac b/configure.ac index 160fc651..4a41128a 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.5], [xrdp-devel@googlegroups.com]) +AC_INIT([xrdp], [0.9.6], [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]) diff --git a/xorg/X11R7.6/rdp/rdp.h b/xorg/X11R7.6/rdp/rdp.h index ceed13a9..56ee5ba8 100644 --- a/xorg/X11R7.6/rdp/rdp.h +++ b/xorg/X11R7.6/rdp/rdp.h @@ -76,7 +76,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. //#include "colormapst.h" -#define X11RDPVER "0.9.5" +#define X11RDPVER "0.9.6" #define PixelDPI 100 #define PixelToMM(_size) (((_size) * 254 + (PixelDPI) * 5) / ((PixelDPI) * 10))