Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Update version of Freenet agents
Browse files Browse the repository at this point in the history
  • Loading branch information
misaakidis committed Nov 20, 2015
1 parent 75cb6ba commit 9daded1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ceno-freenet/src/plugins/CENO/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
public class Version implements FredPluginVersioned, FredPluginRealVersioned {

// Versions of the plugins, in human-readable and "real" format
public static final String CLIENT_VERSION = "0.3.1";
public static final int CLIENT_REAL_VERSION = 8;
public static final String CLIENT_VERSION = "0.5.0";
public static final int CLIENT_REAL_VERSION = 9;

public static final String BRIDGE_VERSION = "0.3.1";
public static final int BRIDGE_REAL_VERSION = 6;
public static final String BRIDGE_VERSION = "0.5.0";
public static final int BRIDGE_REAL_VERSION = 7;

public static final String BACKBONE_VERSION = "0.1.0";
public static final int BACKBONE_REAL_VERSION = 1;
Expand Down

0 comments on commit 9daded1

Please sign in to comment.