Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12344 b35dd754-fafc-0310-a699-88a17e54d16e
  • Loading branch information
wolfposd authored and wolf.posdorfer committed May 9, 2011
1 parent 40b0f47 commit c94eb8b
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 @@ -25,7 +25,7 @@
<property name="version.minor" value="6"/>
<property name="version.revision" value="0"/>

<property name="version.extra" value="12285"/>
<property name="version.extra" value="12343"/>

<!--
<loadfile property="version.extra" srcFile="./.svn/entries">
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 @@ -27,7 +27,7 @@ private JiveInfo() {
}

public static String getVersion() {
return "2.6.0 RC 2";
return "2.6.0";
}

/*
Expand All @@ -37,7 +37,7 @@ public static String getVersion() {
* SVN revision number of the build
*/
public static String getBuildNumber() {
return "12285";
return "12343";
}

public static String getOS() {
Expand Down

0 comments on commit c94eb8b

Please sign in to comment.