]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.15 master 0.15
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Jul 2026 06:13:27 +0000 (08:13 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Jul 2026 06:13:27 +0000 (08:13 +0200)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 9a2912aa80f09ccc79ce58a158c43c1fc5507ab9..db80d70385b8a8279359cb6e59a812d10e504e82 100644 (file)
--- 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
index d14344b057d99f0462ba0c7f966b18cfd346fa88..5cc93127a47237a3118315a151283c89d9bc4c70 100755 (executable)
--- 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
index 59827ed1267b3cf13638b09fc9fb82c9868d5463..dfb4f0ea6351318b2ead3c1f18394c0952540db6 100644 (file)
--- 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