2005-01-10 jrandom

* Added the per-post list of attachments/blogs/etc to the blog view in
      Syndie (though this does not yet include comments or some further
      refinements)
    * Have the I2P shortcut launch i2p.exe instead of i2psvc.exe on windows,
      removing the dox box (though also removes the restart functionality...)
    * Give the i2p.exe the correct java.library.path to support the systray
      dll (thanks Bobcat, Sugadude, anon!)
This commit is contained in:
jrandom
2006-01-10 06:59:07 +00:00
committed by zzz
parent 5c78d8108f
commit dbd1f65864
8 changed files with 551 additions and 9 deletions

View File

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