From b4165f97735e403ec5ad946f8f32c36c3dce70a0 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 15 Feb 2015 17:19:29 -0800 Subject: [PATCH] GUAC-1018: Bump version numbers to 0.9.5. --- configure.ac | 2 +- doc/Doxyfile | 2 +- src/guacd/man/guacd.8 | 2 +- src/guacd/man/guacd.conf.5 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e358c41b..f7cca530 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_PREREQ([2.61]) -AC_INIT([guacamole-server], [0.9.4]) +AC_INIT([guacamole-server], [0.9.5]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_SILENT_RULES([yes]) diff --git a/doc/Doxyfile b/doc/Doxyfile index 792b6e98..7c6f66ff 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = libguac # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.9.4 +PROJECT_NUMBER = 0.9.5 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/src/guacd/man/guacd.8 b/src/guacd/man/guacd.8 index 207cece5..b40f6324 100644 --- a/src/guacd/man/guacd.8 +++ b/src/guacd/man/guacd.8 @@ -1,4 +1,4 @@ -.TH guacd 8 "6 Jan 2015" "version 0.9.4" "Guacamole" +.TH guacd 8 "6 Jan 2015" "version 0.9.5" "Guacamole" . .SH NAME guacd \- Guacamole proxy daemon diff --git a/src/guacd/man/guacd.conf.5 b/src/guacd/man/guacd.conf.5 index 464a26bc..24a302ef 100644 --- a/src/guacd/man/guacd.conf.5 +++ b/src/guacd/man/guacd.conf.5 @@ -1,4 +1,4 @@ -.TH guacd.conf 5 "6 Jan 2015" "version 0.9.4" "Guacamole" +.TH guacd.conf 5 "6 Jan 2015" "version 0.9.5" "Guacamole" . .SH NAME /etc/guacamole/guacd.conf \- Configuration file for guacd