Repository: guacamole-server
Updated Branches:
  refs/heads/master 21f54b9e1 -> 30e90b242


GUACAMOLE-570: Bump version number to 1.0.0.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/6850fd40
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/6850fd40
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/6850fd40

Branch: refs/heads/master
Commit: 6850fd40fe0d31d90d761a47abb34129a158921a
Parents: 21f54b9
Author: Michael Jumper <mjum...@apache.org>
Authored: Tue Jun 5 21:47:40 2018 -0700
Committer: Michael Jumper <mjum...@apache.org>
Committed: Tue Jun 5 21:47:40 2018 -0700

----------------------------------------------------------------------
 bin/guacctl  | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/6850fd40/bin/guacctl
----------------------------------------------------------------------
diff --git a/bin/guacctl b/bin/guacctl
index 84512ae..a489830 100755
--- a/bin/guacctl
+++ b/bin/guacctl
@@ -105,7 +105,7 @@ error() {
 ##
 usage() {
     cat >&2 <<END
-guacctl 0.9.14, Apache Guacamole terminal session control utility.
+guacctl 1.0.0, Apache Guacamole terminal session control utility.
 Usage: guacctl [OPTION] [FILE or NAME]...
 
     -d, --download         download each of the files listed.

http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/6850fd40/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6cba255..6b20c97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 #
 
 AC_PREREQ([2.61])
-AC_INIT([guacamole-server], [0.9.14])
+AC_INIT([guacamole-server], [1.0.0])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
 AM_SILENT_RULES([yes])
 

Reply via email to