From: David ‘Bombe’ Roden Date: Sun, 15 Jun 2008 23:22:15 +0000 (+0200) Subject: increase version number to 0.99.0 X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=commitdiff_plain;h=1805e029eed73fabe1fb694d9608a68a98191353 increase version number to 0.99.0 --- diff --git a/src/net/pterodactylus/jsite/main/Version.java b/src/net/pterodactylus/jsite/main/Version.java index be38f6d..adc8b86 100644 --- a/src/net/pterodactylus/jsite/main/Version.java +++ b/src/net/pterodactylus/jsite/main/Version.java @@ -27,7 +27,7 @@ package net.pterodactylus.jsite.main; public class Version implements Comparable { /** 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;