2005-10-09 jrandom

* Syndie CLI cleanup for simpler CLI posting.  Usage shown with
      java -jar lib/syndie.jar
    * Beginnings of the Syndie logging cleanup
    * Delete corrupt Syndie posts
This commit is contained in:
jrandom
2005-10-09 11:35:13 +00:00
committed by zzz
parent 5dfa9ad7f6
commit 993c70f600
9 changed files with 503 additions and 123 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.261 $ $Date: 2005/10/08 17:05:48 $";
public final static String ID = "$Revision: 1.262 $ $Date: 2005/10/09 00:46:57 $";
public final static String VERSION = "0.6.1.2";
public final static long BUILD = 2;
public final static long BUILD = 3;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);