Increase version number to 0.7.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 24 Dec 2008 11:18:35 +0000 (12:18 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 24 Dec 2008 11:18:35 +0000 (12:18 +0100)
src/de/todesbaum/jsite/main/Main.java

index cc65c3d..216ee80 100644 (file)
@@ -73,7 +73,7 @@ public class Main implements ActionListener, ListSelectionListener, WizardListen
        private static boolean debug = false;
 
        /** The version. */
-       private static final Version VERSION = new Version(0, 6, 2);
+       private static final Version VERSION = new Version(0, 7);
 
        /** The configuration. */
        private Configuration configuration;