Repository: incubator-guacamole-server Updated Branches: refs/heads/staging/0.9.11-incubating e0e42e8aa -> 1fef1f446
GUACAMOLE-154: Bump guacamole-server version numbers to 0.9.11-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/7759210f Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/7759210f Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/7759210f Branch: refs/heads/staging/0.9.11-incubating Commit: 7759210f2987ea9680641533c852daefa5ed4f82 Parents: e0e42e8 Author: Michael Jumper <[email protected]> Authored: Mon Jan 9 11:36:06 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Mon Jan 9 11:36:06 2017 -0800 ---------------------------------------------------------------------- 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/7759210f/bin/guacctl ---------------------------------------------------------------------- diff --git a/bin/guacctl b/bin/guacctl index 7efec9f..2a8036a 100755 --- a/bin/guacctl +++ b/bin/guacctl @@ -105,7 +105,7 @@ error() { ## usage() { cat >&2 <<END -guacctl 0.9.10-incubating, Guacamole terminal session control utility. +guacctl 0.9.11-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/7759210f/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 42745ed..4c43359 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # AC_PREREQ([2.61]) -AC_INIT([guacamole-server], [0.9.10-incubating]) +AC_INIT([guacamole-server], [0.9.11-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/7759210f/doc/Doxyfile ---------------------------------------------------------------------- diff --git a/doc/Doxyfile b/doc/Doxyfile index d29d247..41f1a3f 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -22,7 +22,7 @@ # PROJECT_NAME = libguac -PROJECT_NUMBER = 0.9.10-incubating +PROJECT_NUMBER = 0.9.11-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/7759210f/src/guacd/man/guacd.8 ---------------------------------------------------------------------- diff --git a/src/guacd/man/guacd.8 b/src/guacd/man/guacd.8 index ba3a441..afdf667 100644 --- a/src/guacd/man/guacd.8 +++ b/src/guacd/man/guacd.8 @@ -16,7 +16,7 @@ .\" specific language governing permissions and limitations .\" under the License. .\" -.TH guacd 8 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole" +.TH guacd 8 "9 Jan 2017" "version 0.9.11-incubating" "Guacamole" . .SH NAME guacd \- Guacamole proxy daemon http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/7759210f/src/guacd/man/guacd.conf.5 ---------------------------------------------------------------------- diff --git a/src/guacd/man/guacd.conf.5 b/src/guacd/man/guacd.conf.5 index 65f2cbb..eacd52c 100644 --- a/src/guacd/man/guacd.conf.5 +++ b/src/guacd/man/guacd.conf.5 @@ -16,7 +16,7 @@ .\" specific language governing permissions and limitations .\" under the License. .\" -.TH guacd.conf 5 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole" +.TH guacd.conf 5 "9 Jan 2017" "version 0.9.11-incubating" "Guacamole" . .SH NAME /etc/guacamole/guacd.conf \- Configuration file for guacd http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/7759210f/src/guacenc/man/guacenc.1 ---------------------------------------------------------------------- diff --git a/src/guacenc/man/guacenc.1 b/src/guacenc/man/guacenc.1 index fa4256a..95202e4 100644 --- a/src/guacenc/man/guacenc.1 +++ b/src/guacenc/man/guacenc.1 @@ -16,7 +16,7 @@ .\" specific language governing permissions and limitations .\" under the License. .\" -.TH guacenc 1 "25 Aug 2016" "version 0.9.10-incubating" "Guacamole" +.TH guacenc 1 "9 Jan 2017" "version 0.9.11-incubating" "Guacamole" . .SH NAME guacenc \- Guacamole video encoder
