GUACAMOLE-966: Merge bump of guacamole-server version number to 1.2.0.

This commit is contained in:
Mike Jumper 2020-02-26 18:50:30 -08:00 committed by GitHub
commit 4b4b11da57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ error() {
##
usage() {
cat >&2 <<END
guacctl 1.1.0, Apache Guacamole terminal session control utility.
guacctl 1.2.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.1.0])
AC_INIT([guacamole-server], [1.2.0])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes])