Skip to content

Commit

Permalink
Merge 1.5.4 changes back to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Nov 22, 2023
2 parents 8e3d759 + 5504d83 commit f0ab665
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3, Apache Guacamole terminal session control utility.
guacctl 1.5.4, 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.3])
AC_INIT([guacamole-server], [1.5.4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes])
Expand Down
2 changes: 1 addition & 1 deletion src/libguac/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic

libguac_la_LDFLAGS = \
-version-info 22:0:1 \
-version-info 23:0:0 \
-no-undefined \
@CAIRO_LIBS@ \
@DL_LIBS@ \
Expand Down
2 changes: 1 addition & 1 deletion src/terminal/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ libguac_terminal_la_LIBADD = \
@LIBGUAC_LTLIB@

libguac_terminal_la_LDFLAGS = \
-version-info 0:0:0 \
-version-info 1:0:1 \
-no-undefined \
@CAIRO_LIBS@ \
@MATH_LIBS@ \
Expand Down

0 comments on commit f0ab665

Please sign in to comment.