X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fmain%2FVersion.java;h=9e42a4ebb813e51ecd759d568964cfd2d6bed8e3;hb=c31c04b001d0e52a221f2d773ae7abc2fed69d67;hp=553eadf6daad01e85e6ea2b310e9258507f3db6d;hpb=705ab7eee0d2b8194f6e8420ce3f588899f6da9a;p=jSite.git diff --git a/src/de/todesbaum/jsite/main/Version.java b/src/de/todesbaum/jsite/main/Version.java index 553eadf..9e42a4e 100644 --- a/src/de/todesbaum/jsite/main/Version.java +++ b/src/de/todesbaum/jsite/main/Version.java @@ -20,13 +20,20 @@ package de.todesbaum.jsite.main; /** - * @author David Roden - * @version $Id$ + * Container for version information. + * + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class Version { - private static final String VERSION = "0.4.9.8"; + /** The version. */ + private static final String VERSION = "0.6"; + /** + * Returns the version. + * + * @return The version + */ public static final String getVersion() { return VERSION; }