Author: nextgens
Date: 2006-07-02 09:11:35 +0000 (Sun, 02 Jul 2006)
New Revision: 9420

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
848: fix the auto-updater

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-07-02 04:55:14 UTC (rev 
9419)
+++ trunk/freenet/src/freenet/node/Version.java 2006-07-02 09:11:35 UTC (rev 
9420)
@@ -18,7 +18,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to