Skip to content

Commit

Permalink
Update version to 4.9b4
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Aug 12, 2011
1 parent 3cf8aae commit 7ec443a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -7,7 +7,7 @@
<property name="target" location="target" />
<property name="bin" location="${target}/main" />
<property name="version-base" value="4.9" />
<property name="version-status" value="b3" />
<property name="version-status" value="b4" />
<property name="version" value="${version-base}${version-status}" />
<property name="dist" value="junit${version}" />
<property name="versionfile" value="${src}/junit/runner/Version.java" />
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/junit/runner/Version.java
Expand Up @@ -9,7 +9,7 @@ private Version() {
}

public static String id() {
return "4.9b3";
return "4.9b4";
}

public static void main(String[] args) {
Expand Down

0 comments on commit 7ec443a

Please sign in to comment.