]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.11 0.11
authorSimon Ruderich <simon@ruderich.org>
Sun, 5 Jan 2020 11:23:37 +0000 (12:23 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 5 Jan 2020 11:23:37 +0000 (12:23 +0100)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 097d76b24a5a76a950c9d804002448ccc66c5264..1620fc81f3ec548dc337d60fc02de5ba61566bcc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 NEWS
 ====
 
 NEWS
 ====
 
-Version 0.XX
+Version 0.11
 ------------
 
 - Fix false positive in `dwz` lines; reported by Raphaël Hertzog (Debian Bug
 ------------
 
 - Fix false positive in `dwz` lines; reported by Raphaël Hertzog (Debian Bug
index 8cbee81e37bf357c65265fc25d932811a5baf198..5dd454c1c33130cc9c48923c211df4a32fb844cd 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -24,7 +24,7 @@ use warnings;
 use Getopt::Long ();
 use Text::ParseWords ();
 
 use Getopt::Long ();
 use Text::ParseWords ();
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 
 # CONSTANTS/VARIABLES
 
 
 # CONSTANTS/VARIABLES
index a43625aa44b746acdd79443954dc46f27a8d3691..77b8f2af63af0e4df519a104e09496135f78465f 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -67,7 +67,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.10  Copyright (C) 2012-2020  Simon Ruderich
+        'blhc 0.11  Copyright (C) 2012-2020  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
 
 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