Commit c4b22a19 for guacamole.apache.org
commit c4b22a1981497888d8baa16eb31ae4d580ec1af0
Author: Michael Jumper <mjumper@apache.org>
Date: Thu Dec 25 18:11:52 2025 -0800
GUACAMOLE-2139: Bump version number to 1.6.1.
diff --git a/bin/guacctl b/bin/guacctl
index 35dabf25..0459d117 100755
--- a/bin/guacctl
+++ b/bin/guacctl
@@ -117,7 +117,7 @@ error() {
##
usage() {
cat >&2 <<END
-guacctl 1.6.0, Apache Guacamole terminal session control utility.
+guacctl 1.6.1, Apache Guacamole terminal session control utility.
Usage: guacctl [OPTION] [FILE or NAME]...
-d, --download download each of the files listed.
diff --git a/configure.ac b/configure.ac
index 32d2a927..7d0f0004 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
#
AC_PREREQ([2.61])
-AC_INIT([guacamole-server], [1.6.0])
+AC_INIT([guacamole-server], [1.6.1])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes])