Skip to content

Commit

Permalink
Updated codename
Browse files Browse the repository at this point in the history
  • Loading branch information
maniksurtani committed Apr 22, 2010
1 parent 54030e4 commit af71a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/infinispan/Version.java
Expand Up @@ -32,7 +32,7 @@
@Immutable
public class Version {
public static final String version = "4.1.0.SNAPSHOT";
public static final String codename = "Starobrno";
public static final String codename = "Radegast";
public static final String projectName = "Infinispan";
static final byte[] version_id = {'0', '4', '1', '0', 'S'};
private static final int MAJOR_SHIFT = 11;
Expand Down

0 comments on commit af71a2e

Please sign in to comment.