]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.09 0.09
authorSimon Ruderich <simon@ruderich.org>
Tue, 28 Aug 2018 06:03:39 +0000 (08:03 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 28 Aug 2018 06:03:39 +0000 (08:03 +0200)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 4bdb4f3360324564e1128ef1f3be5d824398dc34..ec1a84a336b2c8bb066546e99530adf9c7332ad4 100644 (file)
--- 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
index dfd42cdbb4b9b457baae84807291146ed8c917a3..beb69519b35cd9bc002b3a252af85a884be1c02d 100755 (executable)
--- 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
index f0b5f9982921dd3a4a304432dda3136bf3efaa71..cd5e345a3d15ed7ce589837b6a0edcf251a8f83e 100644 (file)
--- 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