2005-01-11 jrandom

* Include the attachments/blogs/etc for comments on the blog view
    * Syndie HTML fixes (thanks cervantes!)
    * Make sure we fully reset the objects going into our cache before we
      reuse them (thanks zzz!)
This commit is contained in:
jrandom
2006-01-11 20:32:34 +00:00
committed by zzz
parent 97a206fcda
commit 79476d3609
12 changed files with 279 additions and 224 deletions

View File

@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.327 $ $Date: 2006/01/09 17:22:42 $";
public final static String ID = "$Revision: 1.328 $ $Date: 2006/01/10 01:59:08 $";
public final static String VERSION = "0.6.1.8";
public final static long BUILD = 11;
public final static long BUILD = 12;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);