Set version to 0.9. 0.9
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 30 Jan 2010 14:41:17 +0000 (15:41 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sat, 30 Jan 2010 14:41:17 +0000 (15:41 +0100)
src/de/todesbaum/jsite/main/Main.java

index bc9ddb2..f5fb097 100644 (file)
@@ -77,7 +77,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen
        private static final Logger logger = Logger.getLogger(Main.class.getName());
 
        /** The version. */
-       private static final Version VERSION = new Version(0, 8);
+       private static final Version VERSION = new Version(0, 9);
 
        /** The configuration. */
        private Configuration configuration;