Set version to 0.10.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 1 Apr 2012 11:41:58 +0000 (13:41 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 1 Apr 2012 16:29:55 +0000 (18:29 +0200)
src/de/todesbaum/jsite/main/Main.java

index c2841d0..edbf5e4 100644 (file)
@@ -79,7 +79,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, 9, 2);
+       private static final Version VERSION = new Version(0, 10);
 
        /** The configuration. */
        private Configuration configuration;