Set version number to 0.8. 0.8
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 28 Dec 2009 12:16:27 +0000 (13:16 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 28 Dec 2009 12:16:27 +0000 (13:16 +0100)
src/de/todesbaum/jsite/main/Main.java

index 263c346..5ae18c0 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, 7, 1);
+       private static final Version VERSION = new Version(0, 8);
 
        /** The configuration. */
        private Configuration configuration;