Author: toad
Date: 2008-10-31 18:08:07 +0000 (Fri, 31 Oct 2008)
New Revision: 23258

Modified:
   branches/db4o/freenet/src/freenet/node/Version.java
Log:
Fix Version (copy from 1168).


Modified: branches/db4o/freenet/src/freenet/node/Version.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/Version.java 2008-10-31 17:55:46 UTC 
(rev 23257)
+++ branches/db4o/freenet/src/freenet/node/Version.java 2008-10-31 18:08:07 UTC 
(rev 23258)
@@ -24,17 +24,17 @@
        public static final String protocolVersion = "1.0";

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

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1165;
-       private static final int newLastGoodBuild = 1166;
+       private static final int newLastGoodBuild = 1168;
        static final long transitionTime;

        static {
                final Calendar _cal = 
Calendar.getInstance(TimeZone.getTimeZone("GMT"));
                // year, month - 1 (or constant), day, hour, minute, second
-               _cal.set( 2008, Calendar.OCTOBER, 29, 0, 0, 0 );
+               _cal.set( 2008, Calendar.OCTOBER, 31, 0, 0, 0 );
                transitionTime = _cal.getTimeInMillis();
        }



Reply via email to