Update version numbers throughout manual.
diff --git a/src/chapters/custom-auth.xml b/src/chapters/custom-auth.xml
index 08159d7..1bd7a3e 100644
--- a/src/chapters/custom-auth.xml
+++ b/src/chapters/custom-auth.xml
@@ -60,7 +60,7 @@
     <groupId>org.glyptodon.guacamole</groupId>
     <artifactId>guacamole-auth-tutorial</artifactId>
     <packaging>jar</packaging>
-    <version>0.9.0</version>
+    <version>0.9.3</version>
     <name>guacamole-auth-tutorial</name>
     <url>http://guac-dev.org/</url>
 
@@ -90,14 +90,14 @@
         <dependency>
             <groupId>org.glyptodon.guacamole</groupId>
             <artifactId>guacamole-common</artifactId>
-            <version>0.9.0</version>
+            <version>0.9.3</version>
         </dependency>
 
         <!-- Guacamole Extension API -->
         <dependency>
             <groupId>org.glyptodon.guacamole</groupId>
             <artifactId>guacamole-ext</artifactId>
-            <version>0.9.0</version>
+            <version>0.9.3</version>
         </dependency>
 
     </dependencies>
diff --git a/src/chapters/installing.xml b/src/chapters/installing.xml
index 8fa9d05..1eff13d 100644
--- a/src/chapters/installing.xml
+++ b/src/chapters/installing.xml
@@ -419,8 +419,8 @@
                 project web site will take the form of a <filename>.tar.gz</filename> archive which
                 you can extract from the command line:</para>
             <informalexample>
-                <screen><prompt>$</prompt> <userinput>tar -xzf guacamole-server-0.9.0.tar.gz</userinput>
-<prompt>$</prompt> <userinput>cd guacamole-server-0.9.0/</userinput>
+                <screen><prompt>$</prompt> <userinput>tar -xzf guacamole-server-0.9.3.tar.gz</userinput>
+<prompt>$</prompt> <userinput>cd guacamole-server-0.9.3/</userinput>
 <prompt>$</prompt></screen>
             </informalexample>
             <para>If you want the absolute latest code, and don't care that the code hasn't been as
@@ -469,7 +469,7 @@
 ...
 
 ------------------------------------------------
-guacamole-server version 0.9.0
+guacamole-server version 0.9.3
 ------------------------------------------------
 
    Library status:
@@ -626,8 +626,8 @@
                 project web site will take the form of a <filename>.tar.gz</filename> archive which
                 you can extract from the command line:</para>
             <informalexample>
-                <screen><prompt>$</prompt> <userinput>tar -xzf guacamole-client-0.9.0.tar.gz</userinput>
-<prompt>$</prompt> <userinput>cd guacamole-client-0.9.0/</userinput>
+                <screen><prompt>$</prompt> <userinput>tar -xzf guacamole-client-0.9.3.tar.gz</userinput>
+<prompt>$</prompt> <userinput>cd guacamole-client-0.9.3/</userinput>
 <prompt>$</prompt></screen>
             </informalexample>
             <para>As with <package>guacamole-server</package>, if you want the absolute latest code,
@@ -688,7 +688,7 @@
                 container.</para>
             <para>You will probably have to do this as the root user:</para>
             <informalexample>
-                <screen><prompt>#</prompt> <userinput>cp guacamole/target/guacamole-0.9.0.war /var/lib/tomcat6/webapps/guacamole.war</userinput>
+                <screen><prompt>#</prompt> <userinput>cp guacamole/target/guacamole-0.9.3.war /var/lib/tomcat6/webapps/guacamole.war</userinput>
 <prompt>#</prompt></screen>
             </informalexample>
             <para>The Guacamole web application also depends on a configuration file,
diff --git a/src/chapters/yourown.xml b/src/chapters/yourown.xml
index e054176..c6874a5 100644
--- a/src/chapters/yourown.xml
+++ b/src/chapters/yourown.xml
@@ -112,7 +112,7 @@
     &lt;groupId>org.glyptodon.guacamole&lt;/groupId>
     &lt;artifactId>guacamole-tutorial&lt;/artifactId>
     &lt;packaging>war&lt;/packaging>
-    &lt;version>0.9.0&lt;/version>
+    &lt;version>0.9.3&lt;/version>
     &lt;name>guacamole-tutorial&lt;/name>
     &lt;url>http://guac-dev.org/&lt;/url>
 
@@ -302,7 +302,7 @@
         &lt;dependency>
             &lt;groupId>org.glyptodon.guacamole&lt;/groupId>
             &lt;artifactId>guacamole-common&lt;/artifactId>
-            &lt;version>0.9.0&lt;/version>
+            &lt;version>0.9.3&lt;/version>
             &lt;scope>compile&lt;/scope>
         &lt;/dependency>
 
@@ -310,7 +310,7 @@
         &lt;dependency>
             &lt;groupId>org.glyptodon.guacamole&lt;/groupId>
             &lt;artifactId>guacamole-common-js&lt;/artifactId>
-            &lt;version>0.9.0&lt;/version>
+            &lt;version>0.9.3&lt;/version>
             &lt;type>zip&lt;/type>
             &lt;scope>runtime&lt;/scope>
         &lt;/dependency>
diff --git a/src/gug.xml b/src/gug.xml
index bd749b1..16fbd5f 100644
--- a/src/gug.xml
+++ b/src/gug.xml
@@ -4,7 +4,7 @@
 
     <info>
         <title>Guacamole Manual</title>
-        <edition>0.9.2</edition>
+        <edition>0.9.3</edition>
         <author>
             <personname><firstname>Michael</firstname>
                 <surname>Jumper</surname></personname>
@@ -33,7 +33,7 @@
             good starting point beyond simply looking at the Guacamole
             codebase.</para>
         <para>This particular edition of the <citetitle>Guacamole Manual</citetitle> covers
-            Guacamole version 0.9.2. New releases which create new features or break compatibility
+            Guacamole version 0.9.3. New releases which create new features or break compatibility
             will result in new editions of the user's guide, as will any necessary corrections. As
             the official documentation for the project, this book will always be freely available in
             its entirety online.</para>