Skip to content

Commit

Permalink
For consistency, renaming version to 4.9b1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Jan 3, 2011
1 parent 6786811 commit 751f759
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -5,7 +5,7 @@
<property name="src" value="src/main/java" /> <property name="src" value="src/main/java" />
<property name="target" location="target" /> <property name="target" location="target" />
<property name="bin" location="${target}/main" /> <property name="bin" location="${target}/main" />
<property name="version-base" value="4.9-RC1" /> <property name="version-base" value="4.9b1" />
<property name="version-status" value="" /> <property name="version-status" value="" />
<property name="version" value="${version-base}${version-status}" /> <property name="version" value="${version-base}${version-status}" />
<property name="dist" value="junit${version}" /> <property name="dist" value="junit${version}" />
Expand Down
4 changes: 4 additions & 0 deletions doc/ReleaseNotes4.9b1.html
@@ -0,0 +1,4 @@
Can't open /Users/saff/git-repos/cry-overconfident-headline/junit/doc/ReleaseNotes4.9b1.txt: No such file or directory at build/Markdown.pl line 218.
Use of uninitialized value $text in substitution (s///) at build/Markdown.pl line 245.
Use of uninitialized value $text in substitution (s///) at build/Markdown.pl line 246.

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() { public static String id() {
return "4.9-RC1"; return "4.9b1";
} }


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

0 comments on commit 751f759

Please sign in to comment.