From: Simon Ruderich Date: Wed, 29 Jul 2020 05:55:23 +0000 (+0200) Subject: Release 0.12 X-Git-Tag: 0.12^0 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=c2874d0d8e4579450add73e804f400fdd7f2f456 Release 0.12 --- diff --git a/NEWS b/NEWS index b579b11..a933cb9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS ==== -Version 0.XX +Version 0.12 ------------ - Add support to dynamically ignore lines from within the build log by diff --git a/bin/blhc b/bin/blhc index 3b7f746..2ea54d4 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.11'; +our $VERSION = '0.12'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index a1ee8b5..9dc8975 100644 --- a/t/tests.t +++ b/t/tests.t @@ -67,7 +67,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.11 Copyright (C) 2012-2020 Simon Ruderich + 'blhc 0.12 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