Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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.
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.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])
Expand Down
2 changes: 1 addition & 1 deletion src/libguac/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic

libguac_la_LDFLAGS = \
-version-info 25:0:0 \
-version-info 26:0:1 \
-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 @@ -80,7 +80,7 @@ libguac_terminal_la_LIBADD = \
@LIBGUAC_LTLIB@

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