From: Simon Ruderich Date: Fri, 1 Mar 2013 15:31:34 +0000 (+0100) Subject: Release 0.04. X-Git-Tag: 0.04^0 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=f840b1b9362096ce7a0b8813a37555d934d21887 Release 0.04. --- diff --git a/NEWS b/NEWS index c45a233..ce29d0c 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS ==== -Version 0.XX +Version 0.04 ------------ - Fix many false positives, this includes compiled header files, lines with diff --git a/bin/blhc b/bin/blhc index 2506398..783ae73 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.03'; +our $VERSION = '0.04'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index 3fbdb3e..f08d8ed 100644 --- a/t/tests.t +++ b/t/tests.t @@ -61,7 +61,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.03 Copyright (C) 2012-2013 Simon Ruderich + 'blhc 0.04 Copyright (C) 2012-2013 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