]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.14 master 0.14
authorSimon Ruderich <simon@ruderich.org>
Wed, 28 Feb 2024 11:51:41 +0000 (12:51 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 28 Feb 2024 11:51:41 +0000 (12:51 +0100)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 1e0944e427590924672d26519917bc79abb389f8..2a13ae6dbf53705b5cfff9a3efb38d14bc3ce173 100644 (file)
--- 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
index 9b785b1722a034af38ab27e14dd1cf143ccbb9d8..5181e78db0c7fa6afbb181a76fce7fcf32df636b 100755 (executable)
--- 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
index 5d9eb9bb066cc37abfbeeba33390119a3cf94974..34854e3a9be2c7841801a740d8ae103662338c32 100644 (file)
--- 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