Skip to content

Commit

Permalink
JUnit 4.9 final release--updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Aug 22, 2011
1 parent 7ec443a commit 61f0654
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
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="b4" />
<property name="version-status" value="" />
<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 doc/ReleaseNotes4.9.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2>Summary of Changes in version 4.9 [unreleased!]</h2>
<h2>Summary of Changes in version 4.9, final</h2>

<p>Release theme: Test-class and suite level Rules.</p>

Expand Down
2 changes: 1 addition & 1 deletion doc/ReleaseNotes4.9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Summary of Changes in version 4.9 [unreleased!] ##
## Summary of Changes in version 4.9, final ##

Release theme: Test-class and suite level Rules.

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/junit/runner/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ private Version() {
}

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

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

0 comments on commit 61f0654

Please sign in to comment.