From: Simon Ruderich Date: Tue, 19 Aug 2014 22:50:33 +0000 (+0200) Subject: release 0.05 X-Git-Tag: 0.05^0 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=18cf47c87ad7c5f0ca328d26cea3798a33cb5220 release 0.05 --- diff --git a/NEWS b/NEWS index 23a9e85..1fd8e32 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS ==== -Version 0.XX +Version 0.05 ------------ - Fix false positive in configure output if $CC contains options (Debian bug diff --git a/bin/blhc b/bin/blhc index 9869d2c..53480d4 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.04'; +our $VERSION = '0.05'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index 5673638..6e546ed 100644 --- a/t/tests.t +++ b/t/tests.t @@ -61,7 +61,7 @@ is_blhc '', '', 2, $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