From: Simon Ruderich Date: Tue, 28 Aug 2018 06:03:39 +0000 (+0200) Subject: Release 0.09 X-Git-Tag: 0.09 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=refs%2Ftags%2F0.09 Release 0.09 --- diff --git a/NEWS b/NEWS index 4bdb4f3..ec1a84a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS ==== -Version 0.XX +Version 0.09 ------------ - Detect restore of -D_FORTIFY_SOURCE=2 after it was overwritten by diff --git a/bin/blhc b/bin/blhc index dfd42cd..beb6951 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.08'; +our $VERSION = '0.09'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index f0b5f99..cd5e345 100644 --- a/t/tests.t +++ b/t/tests.t @@ -67,7 +67,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.08 Copyright (C) 2012-2018 Simon Ruderich + 'blhc 0.09 Copyright (C) 2012-2018 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