X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fmain%2FVersion.java;h=8d7aa00d039be35bb204ede903424a2c6427c0b4;hb=2a6f806ff515c7f58f11a179cf868bf4a64fca40;hp=b0d6aef3fc0fed41c071e9eeb63c06ce1e0ab9c3;hpb=d05341094f98fe047ba23a7cde42c6031ac2fc33;p=jSite.git diff --git a/src/de/todesbaum/jsite/main/Version.java b/src/de/todesbaum/jsite/main/Version.java index b0d6aef..8d7aa00 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: Version.java 473 2006-04-06 17:59:57Z bombe $ + * Container for version information. + * + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class Version { - private static final String VERSION = "0.4.1"; + /** The version. */ + private static final String VERSION = "0.5.1"; + /** + * Returns the version. + * + * @return The version + */ public static final String getVersion() { return VERSION; }