Author: nextgens
Date: 2006-06-03 15:19:18 +0000 (Sat, 03 Jun 2006)
New Revision: 9026

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
777: bump the version number to test the updater

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-06-03 14:35:03 UTC (rev 
9025)
+++ trunk/freenet/src/freenet/node/Version.java 2006-06-03 15:19:18 UTC (rev 
9026)
@@ -18,7 +18,7 @@
        public static final String protocolVersion = "1.0";

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

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


Reply via email to