X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fmain%2FVersion.java;h=dc2e840253675ac8dd65d2230b3b75111ca9bc94;hb=b223c992721da67129df6e7271a5681d3e7b597f;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..dc2e840 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"; + /** + * Returns the version. + * + * @return The version + */ public static final String getVersion() { return VERSION; }