Skip to content

Commit

Permalink
GUACAMOLE-729: Merge bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman authored Feb 9, 2019
2 parents 7065ff5 + cb227cc commit 67a2b75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.0, Apache Guacamole terminal session control utility.
guacctl 1.1.0, 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.0.0])
AC_INIT([guacamole-server], [1.1.0])
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 @@ -125,7 +125,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic -I$(srcdir)/guacamole

libguac_la_LDFLAGS = \
-version-info 16:0:0 \
-version-info 17:0:0 \
-no-undefined \
@CAIRO_LIBS@ \
@DL_LIBS@ \
Expand Down

0 comments on commit 67a2b75

Please sign in to comment.