]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
release 0.05 0.05
authorSimon Ruderich <simon@ruderich.org>
Tue, 19 Aug 2014 22:50:33 +0000 (00:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 19 Aug 2014 22:50:33 +0000 (00:50 +0200)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 23a9e85859f1f27dc57875f8cb40a3400a8f8a5d..1fd8e324394a923b05040819e9c635a90ccebf1f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 NEWS
 ====
 
 NEWS
 ====
 
-Version 0.XX
+Version 0.05
 ------------
 
 - Fix false positive in configure output if $CC contains options (Debian bug
 ------------
 
 - Fix false positive in configure output if $CC contains options (Debian bug
index 9869d2cec50889261b83822dead8fb1db28a2b9c..53480d48b32a4210e749716d3806373daf09e484 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -24,7 +24,7 @@ use warnings;
 use Getopt::Long ();
 use Text::ParseWords ();
 
 use Getopt::Long ();
 use Text::ParseWords ();
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 
 # CONSTANTS/VARIABLES
 
 
 # CONSTANTS/VARIABLES
index 5673638418da5e116f14e8d14c927a737f1def32..6e546edff0f408125fa0211ebe26e08a7a3b7b56 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -61,7 +61,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.04  Copyright (C) 2012-2014  Simon Ruderich
+        'blhc 0.05  Copyright (C) 2012-2014  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
 
 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