Author: sleon
Date: 2005-12-04 10:22:06 +0000 (Sun, 04 Dec 2005)
New Revision: 7666

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
269

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2005-12-04 10:19:02 UTC (rev 
7665)
+++ trunk/freenet/src/freenet/node/Version.java 2005-12-04 10:22:06 UTC (rev 
7666)
@@ -20,10 +20,10 @@
        public static final String protocolVersion = "1.0";

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

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

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


Reply via email to