From: Simon Ruderich Date: Sun, 5 Jan 2020 11:23:37 +0000 (+0100) Subject: Release 0.11 X-Git-Tag: 0.11^0 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=248695547c4305a7dbff3f74e6cd5e1135ae38f3;hp=74008a4373f685a862518f8fe3298c6752fac0ce Release 0.11 --- diff --git a/NEWS b/NEWS index 097d76b..1620fc8 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS ==== -Version 0.XX +Version 0.11 ------------ - Fix false positive in `dwz` lines; reported by Raphaël Hertzog (Debian Bug diff --git a/bin/blhc b/bin/blhc index 8cbee81..5dd454c 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.10'; +our $VERSION = '0.11'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index a43625a..77b8f2a 100644 --- a/t/tests.t +++ b/t/tests.t @@ -67,7 +67,7 @@ is_blhc '', '', 2, $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