
slanning at bricolage
Apr 30, 2008, 6:07 AM
Post #1 of 1
(90 views)
Permalink
|
|
[8208] post-1.10.5 housekeeping
|
|
Revision: 8208 Author: slanning Date: 2008-04-30 06:07:15 -0700 (Wed, 30 Apr 2008) ViewCVS: http://viewsvn.bricolage.cc/?rev=8208&view=rev Log Message: ----------- post-1.10.5 housekeeping Modified Paths: -------------- bricolage/branches/rev_1_10/inst/versions.txt bricolage/branches/rev_1_10/lib/Bric/Changes.pod bricolage/branches/rev_1_10/lib/Bric.pm Added Paths: ----------- bricolage/branches/rev_1_10/inst/upgrade/1.10.6/ Modified: bricolage/branches/rev_1_10/inst/versions.txt =================================================================== --- bricolage/branches/rev_1_10/inst/versions.txt 2008-04-30 13:02:15 UTC (rev 8207) +++ bricolage/branches/rev_1_10/inst/versions.txt 2008-04-30 13:07:15 UTC (rev 8208) @@ -72,3 +72,4 @@ 1.10.3 1.10.4 1.10.5 +1.10.6 Modified: bricolage/branches/rev_1_10/lib/Bric/Changes.pod =================================================================== --- bricolage/branches/rev_1_10/lib/Bric/Changes.pod 2008-04-30 13:02:15 UTC (rev 8207) +++ bricolage/branches/rev_1_10/lib/Bric/Changes.pod 2008-04-30 13:07:15 UTC (rev 8208) @@ -10,6 +10,20 @@ This document lists the Changes to Bricolage introduced with each release. +=head1 VERSION 1.10.6 (2008-??-??) + +=head2 Improvements + +=over + +=back + +=head2 Bug Fixes + +=over + +=back + =head1 VERSION 1.10.5 (2008-04-29) =head2 Improvements Modified: bricolage/branches/rev_1_10/lib/Bric.pm =================================================================== --- bricolage/branches/rev_1_10/lib/Bric.pm 2008-04-30 13:02:15 UTC (rev 8207) +++ bricolage/branches/rev_1_10/lib/Bric.pm 2008-04-30 13:07:15 UTC (rev 8208) @@ -14,13 +14,13 @@ =item Release Version -1.10.5 +1.10.6 =cut # Set the Version Number. BEGIN { - our $VERSION = '1.10.5'; + our $VERSION = '1.10.6'; } =item Date
|