Bump version to 2.14.2

This commit is contained in:
Patrick Griffis 2018-08-29 16:41:08 +00:00
parent 7659caada1
commit 8665501c77
2 changed files with 12 additions and 1 deletions

View File

@ -26,6 +26,17 @@
<id>hexchat.desktop</id>
</provides>
<releases>
<release date="2018-08-29" version="2.14.2">
<description>
<p>This is a minor release:</p>
<ul>
<li>Remove shift+click to close tab binding</li>
<li>Always unminimize when opening from tray</li>
<li>Fix some translations containing invalid text events</li>
<li>Fix sending server passwords starting with ":"</li>
</ul>
</description>
</release>
<release date="2018-03-13" version="2.14.1">
<description>
<p>This is a very minor bug-fix release:</p>

View File

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