File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ error() {
117
117
# #
118
118
usage () {
119
119
cat >&2 << END
120
- guacctl 1.5.3 , Apache Guacamole terminal session control utility.
120
+ guacctl 1.5.4 , Apache Guacamole terminal session control utility.
121
121
Usage: guacctl [OPTION] [FILE or NAME]...
122
122
123
123
-d, --download download each of the files listed.
Original file line number Diff line number Diff line change 18
18
#
19
19
20
20
AC_PREREQ ( [ 2.61] )
21
- AC_INIT ( [ guacamole-server] , [ 1.5.3 ] )
21
+ AC_INIT ( [ guacamole-server] , [ 1.5.4 ] )
22
22
AC_CONFIG_AUX_DIR ( [ build-aux] )
23
23
AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign subdir-objects] )
24
24
AM_SILENT_RULES ([ yes] )
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ libguac_la_CFLAGS = \
160
160
-Werror -Wall -pedantic
161
161
162
162
libguac_la_LDFLAGS = \
163
- -version-info 22 :0:1 \
163
+ -version-info 23 :0:0 \
164
164
-no-undefined \
165
165
@CAIRO_LIBS@ \
166
166
@DL_LIBS@ \
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ libguac_terminal_la_LIBADD = \
77
77
@LIBGUAC_LTLIB@
78
78
79
79
libguac_terminal_la_LDFLAGS = \
80
- -version-info 0 :0:0 \
80
+ -version-info 1 :0:1 \
81
81
-no-undefined \
82
82
@CAIRO_LIBS@ \
83
83
@MATH_LIBS@ \
You can’t perform that action at this time.
0 commit comments