change version to 0.9.0
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 4 Apr 2008 22:05:42 +0000 (22:05 +0000)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 4 Apr 2008 22:05:42 +0000 (22:05 +0000)
git-svn-id: http://trooper/svn/projects/jSite/trunk@591 c3eda9e8-030b-0410-8277-bc7414b0a119

src/net/pterodactylus/jsite/main/Version.java

index a98f9a7..361b5ed 100644 (file)
@@ -28,7 +28,7 @@ package net.pterodactylus.jsite.main;
 public class Version {
 
        /** The version identifier. */
-       private static final String VERSION = "0.9";
+       private static final String VERSION = "0.9.0";
 
        /**
         * Returns the version information.