Author: toad
Date: 2008-05-07 01:15:46 +0000 (Wed, 07 May 2008)
New Revision: 19812
Modified:
trunk/freenet/src/freenet/node/Version.java
Log:
1148: Check for all khtml-based browsers
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-05-07 01:14:35 UTC (rev
19811)
+++ trunk/freenet/src/freenet/node/Version.java 2008-05-07 01:15:46 UTC (rev
19812)
@@ -24,7 +24,7 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 1147;
+ private static final int buildNumber = 1148;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 1145;