Bump to 2.14.1
This commit is contained in:
parent
eb942fc274
commit
28a3d42ad1
@ -27,6 +27,14 @@
|
|||||||
<id>hexchat.desktop</id>
|
<id>hexchat.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release date="2018-03-13" version="2.14.1">
|
||||||
|
<description>
|
||||||
|
<p>This is a very minor bug-fix release:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fix performance regression</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release date="2018-03-10" version="2.14.0">
|
<release date="2018-03-10" version="2.14.0">
|
||||||
<description>
|
<description>
|
||||||
<p>This is largely a bug fix release though it has some large behind the scenes changes:</p>
|
<p>This is largely a bug fix release though it has some large behind the scenes changes:</p>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('hexchat', 'c',
|
project('hexchat', 'c',
|
||||||
version: '2.14.0',
|
version: '2.14.1',
|
||||||
meson_version: '>= 0.38.0',
|
meson_version: '>= 0.38.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu89',
|
'c_std=gnu89',
|
||||||
|
Loading…
Reference in New Issue
Block a user