Skip to content

Commit

Permalink
SPARK-1399 updated version info to 2.6.3
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12551 b35dd754-fafc-0310-a699-88a17e54d16e
  • Loading branch information
Holger Bergunde committed Jun 29, 2011
1 parent 409934c commit 74840e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<property file="${basedir}/build/build.properties"/>
<property name="version.major" value="2"/>
<property name="version.minor" value="6"/>
<property name="version.revision" value="2"/>
<property name="version.revision" value="3"/>

<property name="version.extra" value="12532"/>
<property name="version.extra" value="12550"/>

<!--
<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.2";
return "2.6.3";
}

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

public static String getOS() {
Expand Down

0 comments on commit 74840e5

Please sign in to comment.