You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/01/01 21:28:02 UTC

[3/6] guacamole-server git commit: GUACAMOLE-423: Bump version number to 0.9.14.

GUACAMOLE-423: Bump version number to 0.9.14.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/37236207
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/37236207
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/37236207

Branch: refs/heads/master
Commit: 37236207a01f3cbbee77d84d31ed219ecc8af7a8
Parents: 76a6e41
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Dec 6 01:15:58 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Dec 7 19:10:45 2017 -0800

----------------------------------------------------------------------
 bin/guacctl  | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/37236207/bin/guacctl
----------------------------------------------------------------------
diff --git a/bin/guacctl b/bin/guacctl
index 2a8036a..84512ae 100755
--- a/bin/guacctl
+++ b/bin/guacctl
@@ -105,7 +105,7 @@ error() {
 ##
 usage() {
     cat >&2 <<END
-guacctl 0.9.11-incubating, Guacamole terminal session control utility.
+guacctl 0.9.14, Apache 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/guacamole-server/blob/37236207/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 5f6c119..1906dc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 #
 
 AC_PREREQ([2.61])
-AC_INIT([guacamole-server], [0.9.13-incubating])
+AC_INIT([guacamole-server], [0.9.14])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
 AM_SILENT_RULES([yes])