Set version to 0.9.1. 0.9.1
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 7 Jun 2010 15:27:21 +0000 (17:27 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Mon, 7 Jun 2010 15:27:21 +0000 (17:27 +0200)
src/de/todesbaum/jsite/main/Main.java

index f5fb097..09b6a5d 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, 9);
+       private static final Version VERSION = new Version(0, 9, 1);
 
        /** The configuration. */
        private Configuration configuration;