increase version number to 0.99.0
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 15 Jun 2008 23:22:15 +0000 (01:22 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 15 Jun 2008 23:22:15 +0000 (01:22 +0200)
src/net/pterodactylus/jsite/main/Version.java

index be38f6d..adc8b86 100644 (file)
@@ -27,7 +27,7 @@ package net.pterodactylus.jsite.main;
 public class Version implements Comparable<Version> {
 
        /** The version of the application. */
-       private static final Version VERSION = new Version(0, 9, 0);
+       private static final Version VERSION = new Version(0, 99, 0);
 
        /** The major level of the version. */
        private final int major;