Bump to 2.14.1

This commit is contained in:
Patrick Griffis 2018-03-13 22:26:31 -04:00
parent eb942fc274
commit 28a3d42ad1
2 changed files with 9 additions and 1 deletions

View File

@ -27,6 +27,14 @@
<id>hexchat.desktop</id>
</provides>
<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">
<description>
<p>This is largely a bug fix release though it has some large behind the scenes changes:</p>

View File

@ -1,5 +1,5 @@
project('hexchat', 'c',
version: '2.14.0',
version: '2.14.1',
meson_version: '>= 0.38.0',
default_options: [
'c_std=gnu89',