Increase version number to 0.6.1.
[jSite.git] / src / de / todesbaum / jsite / main / Version.java
index 32cc082..69f0f29 100644 (file)
 package de.todesbaum.jsite.main;
 
 /**
- * @author <a href="mailto:droden@gmail.com">David Roden </a>
- * @version $Id$
+ * Container for version information.
+ *
+ * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  */
 public class Version {
 
-       private static final String VERSION = "0.4.10";
+       /** The version. */
+       private static final String VERSION = "0.6.1";
 
+       /**
+        * Returns the version.
+        *
+        * @return The version
+        */
        public static final String getVersion() {
                return VERSION;
        }