From: Simon Ruderich Date: Wed, 28 Feb 2024 11:51:41 +0000 (+0100) Subject: Release 0.14 X-Git-Tag: 0.14^0 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=ec57d62bf603e1f91e286bccbe7024661075da09 Release 0.14 --- diff --git a/NEWS b/NEWS index 1e0944e..2a13ae6 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS ==== -Version 0.XX +Version 0.14 ------------ - Update moc handling for Qt6; reported by Ben Westover, patch from Ross diff --git a/bin/blhc b/bin/blhc index 9b785b1..5181e78 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.13'; +our $VERSION = '0.14'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index 5d9eb9b..34854e3 100644 --- a/t/tests.t +++ b/t/tests.t @@ -67,7 +67,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.13 Copyright (C) 2012-2024 Simon Ruderich + 'blhc 0.14 Copyright (C) 2012-2024 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by