Author: jolantern
Date: 2008-02-06 23:26:27 +0000 (Wed, 06 Feb 2008)
New Revision: 17625
Modified:
branches/legacy/stable/src/freenet/Version.java
Log:
bumping build number
Modified: branches/legacy/stable/src/freenet/Version.java
===================================================================
--- branches/legacy/stable/src/freenet/Version.java 2008-02-06 23:25:07 UTC
(rev 17624)
+++ branches/legacy/stable/src/freenet/Version.java 2008-02-06 23:26:27 UTC
(rev 17625)
@@ -20,7 +20,7 @@
public static String protocolVersion = "STABLE-1.51";
/** The build number of the current revision */
- public static final int buildNumber = 5108;
+ public static final int buildNumber = 5109;
/** Oldest build of Fred we will talk to */
public static final int lastGoodBuild = 5099;