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