Author: sleon
Date: 2006-01-07 03:01:14 +0000 (Sat, 07 Jan 2006)
New Revision: 7789

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
to make all nodes provide correct output data for statistics

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-01-07 02:54:16 UTC (rev 
7788)
+++ trunk/freenet/src/freenet/node/Version.java 2006-01-07 03:01:14 UTC (rev 
7789)
@@ -20,10 +20,10 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       public static final int buildNumber = 328;
+       public static final int buildNumber = 329;

        /** Oldest build of Fred we will talk to */
-       public static final int lastGoodBuild = 318;
+       public static final int lastGoodBuild = 329;

        /** The highest reported build of fred */
        public static int highestSeenBuild = buildNumber;


Reply via email to