Skip to content

Commit

Permalink
4.10 final
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Sep 29, 2011
1 parent 32b2f67 commit 45a4464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -8,7 +8,7 @@
<property name="target" location="target" />
<property name="bin" location="${target}/main" />
<property name="version-base" value="4.10" />
<property name="version-status" value="-SNAPSHOT" />
<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
4 changes: 3 additions & 1 deletion doc/ReleaseNotes4.10.txt
@@ -1,4 +1,6 @@
## Summary of Changes in version 4.10 [unreleased!] ##
## Summary of Changes in version 4.10 ##

Thanks to a full cast of contributors of bug fixes and new features.

A full summary of commits between 4.9 and 4.10 is on [github](https://github.com/KentBeck/junit/compare/r4.9...4.10)

Expand Down

0 comments on commit 45a4464

Please sign in to comment.