From 4b9bd1ec301f98d44349c9f6ed43323970c87a86 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 8 Jun 2015 16:58:23 -0700 Subject: [PATCH] GUAC-1174: Bump version numbers to 0.9.7. --- configure.ac | 2 +- doc/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 057f4244..b10f5ca8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_PREREQ([2.61]) -AC_INIT([guacamole-server], [0.9.6]) +AC_INIT([guacamole-server], [0.9.7]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_SILENT_RULES([yes]) diff --git a/doc/Doxyfile b/doc/Doxyfile index c138deee..3f7894dc 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = libguac # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.9.6 +PROJECT_NUMBER = 0.9.7 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.