Skip to content

Commit

Permalink
changed version to 3.0.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jan 2, 2012
1 parent d1a677d commit 8f485fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/Version.java
Expand Up @@ -21,7 +21,7 @@
public class Version {
public static final short major = 3;
public static final short minor = 0;
public static final short micro = 1;
public static final short micro = 2;
public static final String description="3.0.2.Final";

public static final short version=encode(major, minor, micro);
Expand Down

0 comments on commit 8f485fa

Please sign in to comment.