Author: toad
Date: 2006-09-29 21:10:50 +0000 (Fri, 29 Sep 2006)
New Revision: 10581

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
984:
More CSS fixes.
Fix URIGenerated/PutFetchable; they really will be sent as soon as possible 
now. (Bugs in client/async/ were preventing 983's changes from working).

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-29 21:07:59 UTC (rev 
10580)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-29 21:10:50 UTC (rev 
10581)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       private static final int buildNumber = 983;
+       private static final int buildNumber = 984;

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 970;


Reply via email to