From 3df541d4b1b90b9b0fe4fce62561b679e96ffdd5 Mon Sep 17 00:00:00 2001 From: David Wheeler Date: Wed, 17 Aug 2005 23:37:02 +0000 Subject: [PATCH] Incremented version number to 1.9.0. --- Changes | 2 ++ README | 2 +- lib/Bundle/Bricolage.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index f73c581..1260019 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl module Bundle::Bricolage. +1.9.1 + 1.9.0 2005-08-17T23:35:49 - Added new modules required for 1.9.0: + Test::File::Contents. diff --git a/README b/README index 9276c01..20f7011 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Bundle/Bricolage version 1.9.0 +Bundle/Bricolage version 1.91 ============================== DESCRIPTION diff --git a/lib/Bundle/Bricolage.pm b/lib/Bundle/Bricolage.pm index b1f85fa..689e38c 100644 --- a/lib/Bundle/Bricolage.pm +++ b/lib/Bundle/Bricolage.pm @@ -1,6 +1,6 @@ package Bundle::Bricolage; -our $VERSION = '1.9.0'; +our $VERSION = '1.91'; 1; __END__