GUAC-1174: Bump version numbers to 0.9.7.

This commit is contained in:
Michael Jumper
2015-06-08 16:47:22 -07:00
parent 7171f86f37
commit f41c7a7b1a
18 changed files with 32 additions and 32 deletions

View File

@@ -88,7 +88,7 @@ public class ExtensionManifest {
/**
* Returns the version of the Guacamole web application for which the
* extension was built, such as "0.9.6".
* extension was built, such as "0.9.7".
*
* @return
* The version of the Guacamole web application for which the extension
@@ -100,7 +100,7 @@ public class ExtensionManifest {
/**
* Sets the version of the Guacamole web application for which the
* extension was built, such as "0.9.6".
* extension was built, such as "0.9.7".
*
* @param guacamoleVersion
* The version of the Guacamole web application for which the extension

View File

@@ -64,7 +64,7 @@ public class ExtensionModule extends ServletModule {
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
Collections.unmodifiableList(Arrays.asList(
"*",
"0.9.6"
"0.9.7"
));
/**