GUACAMOLE-1205: Update Guacamole Server version numbers for 1.3.0 release

This commit is contained in:
Nick Couchman 2020-11-02 11:09:04 -05:00 committed by Nick Couchman
parent 0be71a8c67
commit c867d392d0
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ error() {
##
usage() {
cat >&2 <<END
guacctl 1.2.0, Apache Guacamole terminal session control utility.
guacctl 1.3.0, Apache Guacamole terminal session control utility.
Usage: guacctl [OPTION] [FILE or NAME]...
-d, --download download each of the files listed.

View File

@ -18,7 +18,7 @@
#
AC_PREREQ([2.61])
AC_INIT([guacamole-server], [1.2.0])
AC_INIT([guacamole-server], [1.3.0])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes])

View File

@ -135,7 +135,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic
libguac_la_LDFLAGS = \
-version-info 18:0:1 \
-version-info 19:0:0 \
-no-undefined \
@CAIRO_LIBS@ \
@DL_LIBS@ \