Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv17436/src/freenet

Modified Files:
      Tag: stable
        Version.java 
Log Message:
5044:
Fork the stable network with a protocol number change.
Set default routing algo to classic.

Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.90.2.50.2.70
retrieving revision 1.90.2.50.2.71
diff -u -w -r1.90.2.50.2.70 -r1.90.2.50.2.71
--- Version.java        28 Nov 2003 01:10:19 -0000      1.90.2.50.2.70
+++ Version.java        29 Nov 2003 20:11:00 -0000      1.90.2.50.2.71
@@ -17,13 +17,13 @@
     public static final String nodeVersion = "0.5";
     
     /** The protocolversion supported */
-    public static String protocolVersion = "1.47";
+    public static String protocolVersion = "1.48";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 5043;
+    public static final int buildNumber = 5044;
 
     /** Oldest build of Fred we will talk to */
-    public static final int lastGoodBuild = 5034;
+    public static final int lastGoodBuild = 5043;
 
     /** The highest reported build of fred */
     public static int highestSeenBuild = buildNumber;

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to