Skip to content

Commit

Permalink
Updating for 2.5.7 release.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9076 b35dd754-fafc-0310-a699-88a17e54d16e
  • Loading branch information
Derek DeMoro authored and derek committed Sep 6, 2007
1 parent 4192540 commit d9c8f60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<property name="version.major" value="2"/>
<property name="version.minor" value="5"/>
<property name="version.revision" value="7"/>
<property name="version.extra" value="beta1"/>
<property name="version.extra" value=""/>
<!-- For 'beta' or 'alpha' -->

<!-- Setup the full version property correctly -->
Expand Down
4 changes: 2 additions & 2 deletions src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ private JiveInfo() {
}

public static String getVersion() {
return "2.5.7.beta1";
return "2.5.7";
}

public static String getBuildNumber() {
return "2.5.7.beta1";
return "2.5.7";
}

public static String getOS() {
Expand Down

0 comments on commit d9c8f60

Please sign in to comment.