Author: nextgens
Date: 2006-09-06 11:19:25 +0000 (Wed, 06 Sep 2006)
New Revision: 10402

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
967:
        Fix a stupid NPE

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-09-06 11:11:05 UTC (rev 
10401)
+++ trunk/freenet/src/freenet/node/Version.java 2006-09-06 11:19:25 UTC (rev 
10402)
@@ -21,11 +21,11 @@
        public static final String protocolVersion = "1.0";

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

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 950;
-       private static final int newLastGoodBuild = 966;
+       private static final int newLastGoodBuild = 967;
        private static final long transitionTime;

        static {


Reply via email to