[freenet-cvs] r16228 - trunk/freenet/src/freenet/node

nextgens at freenetproject.org nextgens at freenetproject.org
Mon Dec 3 17:53:06 UTC 2007


Author: nextgens
Date: 2007-12-03 17:53:06 +0000 (Mon, 03 Dec 2007)
New Revision: 16228

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1086: mandatory on the 05/11/07
	* More bugfixes
	* improvment of freenet.support.TimeUtil
	* Format the date in a human-parsable way when the default bookmark set is re-added
l10n:
	* updated swedish l10n by Cooo
	* updated italian l10n by ph00
	* updated french l10n by batosai

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java	2007-12-03 17:46:49 UTC (rev 16227)
+++ trunk/freenet/src/freenet/node/Version.java	2007-12-03 17:53:06 UTC (rev 16228)
@@ -24,17 +24,17 @@
 	public static final String protocolVersion = "1.0";
 
 	/** The build number of the current revision */
-	private static final int buildNumber = 1085;
+	private static final int buildNumber = 1086;
 
 	/** Oldest build of Fred we will talk to */
-	private static final int oldLastGoodBuild = 1082;
-	private static final int newLastGoodBuild = 1085;
+	private static final int oldLastGoodBuild = 1085;
+	private static final int newLastGoodBuild = 1086;
 	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, 3, 0, 0, 0 );
+		_cal.set( 2007, Calendar.DECEMBER, 5, 0, 0, 0 );
 		transitionTime = _cal.getTimeInMillis();
 	}
 	




More information about the cvs mailing list