Skip to content

Commit

Permalink
Merge 1.5.3 changes back to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Jul 4, 2023
2 parents 1e9777a + 1f2ecdf commit 870cc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/guacctl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ error() {
##
usage() {
cat >&2 <<END
guacctl 1.5.2, Apache Guacamole terminal session control utility.
guacctl 1.5.3, Apache Guacamole terminal session control utility.
Usage: guacctl [OPTION] [FILE or NAME]...
-d, --download download each of the files listed.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

AC_PREREQ([2.61])
AC_INIT([guacamole-server], [1.5.2])
AC_INIT([guacamole-server], [1.5.3])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 870cc5f

Please sign in to comment.