Repository: incubator-guacamole-server Updated Branches: refs/heads/master 2a0d2445c -> 432602998
GUACAMOLE-87: Bump guacamole-server version numbers to 0.9.10-incubating. Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/e92bb2c8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/e92bb2c8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/e92bb2c8 Branch: refs/heads/master Commit: e92bb2c824cc6d8c25d2286b8ea464a95685c2c4 Parents: 2a0d244 Author: James Muehlner <[email protected]> Authored: Thu Aug 25 21:59:25 2016 -0700 Committer: James Muehlner <[email protected]> Committed: Thu Aug 25 21:59:25 2016 -0700 ---------------------------------------------------------------------- bin/guacctl | 2 +- configure.ac | 2 +- doc/Doxyfile | 2 +- src/guacd/man/guacd.8 | 2 +- src/guacd/man/guacd.conf.5 | 2 +- src/guacenc/man/guacenc.1 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/e92bb2c8/bin/guacctl ---------------------------------------------------------------------- diff --git a/bin/guacctl b/bin/guacctl index 367e037..7efec9f 100755 --- a/bin/guacctl +++ b/bin/guacctl @@ -105,7 +105,7 @@ error() { ## usage() { cat >&2 <<END -guacctl 0.9.9, Guacamole terminal session control utility. +guacctl 0.9.10-incubating, Guacamole terminal session control utility. Usage: guacctl [OPTION] [FILE or NAME]... -d, --download download each of the files listed. http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/e92bb2c8/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 446a36e..42745ed 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # AC_PREREQ([2.61]) -AC_INIT([guacamole-server], [0.9.9]) +AC_INIT([guacamole-server], [0.9.10-incubating]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_SILENT_RULES([yes]) http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/e92bb2c8/doc/Doxyfile ---------------------------------------------------------------------- diff --git a/doc/Doxyfile b/doc/Doxyfile index 5b25799..0e9347a 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -4,7 +4,7 @@ # PROJECT_NAME = libguac -PROJECT_NUMBER = 0.9.9 +PROJECT_NUMBER = 0.9.10-incubating # # Warn about undocumented parameters and return values, but do not fill output http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/e92bb2c8/src/guacd/man/guacd.8 ---------------------------------------------------------------------- diff --git a/src/guacd/man/guacd.8 b/src/guacd/man/guacd.8 index 7a7b583..9e7d263 100644 --- a/src/guacd/man/guacd.8 +++ b/src/guacd/man/guacd.8 @@ -1,4 +1,4 @@ -.TH guacd 8 "15 Dec 2015" "version 0.9.9" "Guacamole" +.TH guacd 8 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole" . .SH NAME guacd \- Guacamole proxy daemon http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/e92bb2c8/src/guacd/man/guacd.conf.5 ---------------------------------------------------------------------- diff --git a/src/guacd/man/guacd.conf.5 b/src/guacd/man/guacd.conf.5 index d98c71d..33e6e1d 100644 --- a/src/guacd/man/guacd.conf.5 +++ b/src/guacd/man/guacd.conf.5 @@ -1,4 +1,4 @@ -.TH guacd.conf 5 "15 Dec 2015" "version 0.9.9" "Guacamole" +.TH guacd.conf 5 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole" . .SH NAME /etc/guacamole/guacd.conf \- Configuration file for guacd http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/e92bb2c8/src/guacenc/man/guacenc.1 ---------------------------------------------------------------------- diff --git a/src/guacenc/man/guacenc.1 b/src/guacenc/man/guacenc.1 index bbef718..deeb807 100644 --- a/src/guacenc/man/guacenc.1 +++ b/src/guacenc/man/guacenc.1 @@ -1,4 +1,4 @@ -.TH guacenc 1 "12 Mar 2016" "version 0.9.9" "Guacamole" +.TH guacenc 1 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole" . .SH NAME guacenc \- Guacamole video encoder
