]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.12 0.12
authorSimon Ruderich <simon@ruderich.org>
Wed, 29 Jul 2020 05:55:23 +0000 (07:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 29 Jul 2020 05:55:23 +0000 (07:55 +0200)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index b579b119f2a9e3c0010725419f93444c03541a4d..a933cb9aea134cd30ca0b9d1e3b26a85171a9ad0 100644 (file)
--- 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
index 3b7f746113c319484b10f900f7c1fa50228d8e29..2ea54d4e8f35bf2e0bd60dafd96ab078e44b2b93 100755 (executable)
--- 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
index a1ee8b5b9386661ab9f1cf868b55708816723aff..9dc897500697124b57e7796fe051e1534c426730 100644 (file)
--- 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