Author: toad
Date: 2007-11-30 00:57:48 +0000 (Fri, 30 Nov 2007)
New Revision: 16115

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1078: 1077 but self-mandatory soon

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-11-30 00:57:23 UTC (rev 
16114)
+++ trunk/freenet/src/freenet/node/Version.java 2007-11-30 00:57:48 UTC (rev 
16115)
@@ -24,17 +24,17 @@
        public static final String protocolVersion = "1.0";

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

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1074;
-       private static final int newLastGoodBuild = 1076;
+       private static final int newLastGoodBuild = 1078;
        static final long transitionTime;

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



Reply via email to