Skip to content

Commit

Permalink
Development version goes to 11\!
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Sep 22, 2011
1 parent 0a23cd6 commit 49d62f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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="src" value="src/main/java" />
<property name="target" location="target" />
<property name="bin" location="${target}/main" />
<property name="version-base" value="4.10" />
<property name="version-base" value="4.11" />
<property name="version-status" value="-SNAPSHOT" />
<property name="version" value="${version-base}${version-status}" />
<property name="dist" value="junit${version}" />
Expand Down
1 change: 1 addition & 0 deletions doc/ReleaseNotes4.11.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<h2>Summary of Changes in version 4.11 [unreleased!]</h2>
1 change: 1 addition & 0 deletions doc/ReleaseNotes4.11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Summary of Changes in version 4.11 [unreleased!] ##
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.10-SNAPSHOT";
return "4.11-SNAPSHOT";
}

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

0 comments on commit 49d62f9

Please sign in to comment.