Skip to content

Commit f2424f6

Browse files
Gaston Dombiakgato
authored andcommitted
Updated for 2.5.8 release.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9402 b35dd754-fafc-0310-a699-88a17e54d16e
1 parent 7565cd6 commit f2424f6

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<property name="version.major" value="2"/>
2525
<property name="version.minor" value="5"/>
2626
<property name="version.revision" value="8"/>
27-
<property name="version.extra" value="beta1"/>
27+
<property name="version.extra" value=""/>
2828
<!-- For 'beta' or 'alpha' -->
2929

3030
<!-- Setup the full version property correctly -->

documentation/README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ <h1>Spark Readme</h1>
166166
<table boder=0>
167167
<tr>
168168
<td align="right">version:</td>
169-
<td><b>2.5.8 Beta 1</b></td>
169+
<td><b>2.5.8</b></td>
170170
</tr>
171171
<tr>
172172
<td align="right">released:</td>
173-
<td><b>October 5th, 2007</b></td>
173+
<td><b>October 31st, 2007</b></td>
174174
</tr>
175175
</table>
176176

documentation/changelog.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,15 @@ <h1>Spark Changelog</h1>
178178
</div>
179179

180180
<div id="pageBody">
181-
<h2>2.5.8 Beta 1 -- <span style="font-weight: normal;">October 5th, 2007</span></h2>
181+
<h2>2.5.8 -- <span style="font-weight: normal;">October 31st, 2007</span></h2>
182182
<h3>Bugs</h3>
183183
<ul>
184184
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-618'>SPARK-618</a>] - Fixed multiple message issue with Broadcast.</li>
185185
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-857'>SPARK-857</a>] - Fixed language selection menu is not displaying.</li>
186186
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-860'>SPARK-860</a>] - Show offline users in broadcast window.</li>
187-
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-855'>SPARK-855</a>] - Allow mainWindowHeight to have low values.</li>
188-
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-856'>SPARK-856</a>] - Update avatar size in contact list.</li>
187+
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-855'>SPARK-855</a>] - Allowed mainWindowHeight to have low values.</li>
188+
<li>[<a href='http://www.igniterealtime.org/issues/browse/SPARK-856'>SPARK-856</a>] - Updated avatar size in contact list.</li>
189+
<li>SIP Phone plugin is now open source.</li>
189190
</ul>
190191

191192
<div id="pageBody">

src/java/org/jivesoftware/sparkimpl/settings/JiveInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ private JiveInfo() {
1717
}
1818

1919
public static String getVersion() {
20-
return "2.5.8.beta1";
20+
return "2.5.8";
2121
}
2222

2323
public static String getBuildNumber() {
24-
return "2.5.8.beta1";
24+
return "2.5.8";
2525
}
2626

2727
public static String getOS() {

0 commit comments

Comments
 (0)