]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.08 0.08
authorSimon Ruderich <simon@ruderich.org>
Fri, 2 Mar 2018 08:29:28 +0000 (09:29 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 2 Mar 2018 08:29:28 +0000 (09:29 +0100)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 79787a9974de240f636d1950584c85820c5d2193..206d4494b985df9230e761edc608671719eac283 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 NEWS
 ====
 
 NEWS
 ====
 
-Version 0.XX
+Version 0.08
 ------------
 
 - Support new dpkg versions which replaced Dpkg::Arch's debarch_to_debtriplet
 ------------
 
 - Support new dpkg versions which replaced Dpkg::Arch's debarch_to_debtriplet
index 8297b7d6993c1465cb2795951fde8225752448c1..168a1699c21744707ff22708aebd49e7c44ef20d 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.07';
+our $VERSION = '0.08';
 
 
 # CONSTANTS/VARIABLES
 
 
 # CONSTANTS/VARIABLES
index 4eabdcfd3eadd8fcc3ca7d4aeea364896f0dec2e..052a1fda7f186c88bd05e4d08375d3bb701d82d7 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -67,7 +67,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.07  Copyright (C) 2012-2018  Simon Ruderich
+        'blhc 0.08  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
 
 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