2005-09-27 jrandom

* Properly suggest filenames for attachments in Syndie (thanks all!)
    * Fixed the Syndie authorization scheme for single user vs. multiuser
This commit is contained in:
jrandom
2005-09-27 22:42:49 +00:00
committed by zzz
parent ab1654c784
commit ef7d1ba964
6 changed files with 44 additions and 8 deletions

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
public final static String ID = "$Revision: 1.246 $ $Date: 2005/09/26 18:45:52 $";
public final static String ID = "$Revision: 1.247 $ $Date: 2005/09/27 02:17:40 $";
public final static String VERSION = "0.6.0.6";
public final static long BUILD = 6;
public final static long BUILD = 7;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);