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

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Aug 23 23:41:51 UTC 2007


Author: nextgens
Date: 2007-08-23 23:41:51 +0000 (Thu, 23 Aug 2007)
New Revision: 14871

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1056: require freenet-ext #17

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java	2007-08-23 23:41:06 UTC (rev 14870)
+++ trunk/freenet/src/freenet/node/Version.java	2007-08-23 23:41:51 UTC (rev 14871)
@@ -24,11 +24,11 @@
 	public static final String protocolVersion = "1.0";
 
 	/** The build number of the current revision */
-	private static final int buildNumber = 1055;
+	private static final int buildNumber = 1056;
 
 	/** Oldest build of Fred we will talk to */
 	private static final int oldLastGoodBuild = 1054;
-	private static final int newLastGoodBuild = 1055;
+	private static final int newLastGoodBuild = 1056;
 	static final long transitionTime;
 	
 	static {




More information about the cvs mailing list