]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.10 0.10
authorSimon Ruderich <simon@ruderich.org>
Sun, 6 Oct 2019 19:36:04 +0000 (21:36 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 6 Oct 2019 19:36:04 +0000 (21:36 +0200)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 32459b1269735ecf9a12051213269981b226ca71..df6f7a5bd16cda6fa3a74c0022712d993ecb577f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 NEWS
 ====
 
-Version 0.XX
+Version 0.10
 ------------
 
 - Sync architecture specific hardening support with dpkg 1.19.7.
index d6e269091878869dbe8ab371ae954913003af2e8..5fabc39e4bf8f9d090c250eec61a2a07d0a3a721 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -24,7 +24,7 @@ use warnings;
 use Getopt::Long ();
 use Text::ParseWords ();
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 
 # CONSTANTS/VARIABLES
index 76e90e71ed84acf0d42c478eaaf1fa7bbeed7d38..3dd2ff23f0b2a4f6328fba0438592935ae43f65d 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -67,7 +67,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.09  Copyright (C) 2012-2019  Simon Ruderich
+        'blhc 0.10  Copyright (C) 2012-2019  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