From: Simon Ruderich Date: Mon, 13 Jul 2026 06:13:27 +0000 (+0200) Subject: Release 0.15 X-Git-Tag: 0.15^0 X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=5075a5c0f923317fb71bd21c51f8dafa9e395512;p=blhc%2Fblhc.git Release 0.15 --- diff --git a/NEWS b/NEWS index 9a2912a..db80d70 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS ==== -Version 0.xx +Version 0.15 ------------ - Ignore another cargo/rust false positive; reported by Yogeswaran Umasankar diff --git a/bin/blhc b/bin/blhc index d14344b..5cc9312 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.14'; +our $VERSION = '0.15'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index 59827ed..dfb4f0e 100644 --- a/t/tests.t +++ b/t/tests.t @@ -67,7 +67,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.14 Copyright (C) 2012 Simon Ruderich + 'blhc 0.15 Copyright (C) 2012 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