]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.04. 0.04
authorSimon Ruderich <simon@ruderich.org>
Fri, 1 Mar 2013 15:31:34 +0000 (16:31 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 1 Mar 2013 15:31:34 +0000 (16:31 +0100)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index c45a2337e10838368331ef9b7396c379109386c5..ce29d0cf31b8f3a8bb7b3c97bf1835a589cf8afc 100644 (file)
--- 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
index 2506398e1ce68e02dd37cd99752f40f1786f43ba..783ae73f27b66eb68df2fbc3c8e9c1635ebbfd2d 100755 (executable)
--- 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
index 3fbdb3efa1de73bba69fdd8f43bdf24e20f5179a..f08d8edbfb182ee02f79d4695a56c1db1de6b010 100644 (file)
--- 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