bump version to v0.9.15

This commit is contained in:
Koichiro IWAO 2020-12-28 22:52:10 +09:00
parent 11875fca2b
commit 114fc6eeaa
No known key found for this signature in database
GPG Key ID: 03993B4065E7193B
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/neutrinolabs/xrdp-questions)
![Apache-License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)
*Current Version:* 0.9.14
*Current Version:* 0.9.15
# xrdp - an open source RDP server

View File

@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.65)
AC_INIT([xrdp], [0.9.14], [xrdp-devel@googlegroups.com])
AC_INIT([xrdp], [0.9.15], [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])