Author: toad
Date: 2008-04-16 18:35:04 +0000 (Wed, 16 Apr 2008)
New Revision: 19378

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1141: fix plugin loading



Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2008-04-16 18:34:40 UTC (rev 
19377)
+++ trunk/freenet/src/freenet/node/Version.java 2008-04-16 18:35:04 UTC (rev 
19378)
@@ -24,7 +24,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to