Updated version numbers to 0.4.0

This commit is contained in:
Michael Jumper
2011-05-27 13:45:29 -07:00
parent eb8da4d644
commit 31fcba137b
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-default-webapp</artifactId> <artifactId>guacamole-default-webapp</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>0.3.0</version> <version>0.4.0</version>
<name>guacamole-default-webapp</name> <name>guacamole-default-webapp</name>
<url>http://guacamole.sourceforge.net/</url> <url>http://guacamole.sourceforge.net/</url>
@@ -63,14 +63,14 @@
<dependency> <dependency>
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common</artifactId> <artifactId>guacamole-common</artifactId>
<version>0.3.0</version> <version>0.4.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sourceforge.guacamole</groupId> <groupId>net.sourceforge.guacamole</groupId>
<artifactId>guacamole-common-js</artifactId> <artifactId>guacamole-common-js</artifactId>
<version>0.3.0</version> <version>0.4.0</version>
<type>zip</type> <type>zip</type>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>

View File

@@ -83,7 +83,7 @@
<button id="CtrlAltDelete">Ctrl-Alt-Delete</button> <button id="CtrlAltDelete">Ctrl-Alt-Delete</button>
<!-- Logo and status --> <!-- Logo and status -->
<img id="logo" src="images/guacamole-logo.png" alt="Guacamole" title="Guacamole 0.3.0"/> <img id="logo" src="images/guacamole-logo.png" alt="Guacamole" title="Guacamole 0.4.0"/>
<span id="state"></span> <span id="state"></span>
<a href="agpl-3.0-standalone.html"><img id="license" src="images/agpl-logo.png" alt="AGPLv3"/></a> <a href="agpl-3.0-standalone.html"><img id="license" src="images/agpl-logo.png" alt="AGPLv3"/></a>