
theory at bricolage
Apr 30, 2008, 5:24 PM
Post #1 of 1
(161 views)
Permalink
|
|
[8224] Incremented version number to 1.11.1.
|
|
Revision: 8224 Author: theory Date: 2008-04-30 17:24:29 -0700 (Wed, 30 Apr 2008) ViewCVS: http://viewsvn.bricolage.cc/?rev=8224&view=rev Log Message: ----------- Incremented version number to 1.11.1. Modified Paths: -------------- bricolage/trunk/README bricolage/trunk/inst/versions.txt bricolage/trunk/lib/Bric/Changes.pod bricolage/trunk/lib/Bric.pm Added Paths: ----------- bricolage/trunk/inst/upgrade/1.11.1/ Modified: bricolage/trunk/README =================================================================== --- bricolage/trunk/README 2008-05-01 00:22:17 UTC (rev 8223) +++ bricolage/trunk/README 2008-05-01 00:24:29 UTC (rev 8224) @@ -1,6 +1,6 @@ Bricolage Content Management System - Version 1.11.0 - Develoment Track for 2.0.0 + Version 1.11.1 - Develoment Track for 2.0.0 Bricolage is a full-featured, enterprise-class content management system. It offers a browser-based interface for ease-of use, a full-fledged templating Modified: bricolage/trunk/inst/versions.txt =================================================================== --- bricolage/trunk/inst/versions.txt 2008-05-01 00:22:17 UTC (rev 8223) +++ bricolage/trunk/inst/versions.txt 2008-05-01 00:24:29 UTC (rev 8224) @@ -73,3 +73,4 @@ 1.10.4 1.10.5 1.11.0 +1.11.1 Modified: bricolage/trunk/lib/Bric/Changes.pod =================================================================== --- bricolage/trunk/lib/Bric/Changes.pod 2008-05-01 00:22:17 UTC (rev 8223) +++ bricolage/trunk/lib/Bric/Changes.pod 2008-05-01 00:24:29 UTC (rev 8224) @@ -6,6 +6,14 @@ This document lists the Changes to Bricolage introduced with each release. +=head1 VERSION 1.11.1 (2008-??-??) + +=head2 Improvements + +=over + +=back + =head1 VERSION 1.11.0 (2008-04-30) =head2 New Features Modified: bricolage/trunk/lib/Bric.pm =================================================================== --- bricolage/trunk/lib/Bric.pm 2008-05-01 00:22:17 UTC (rev 8223) +++ bricolage/trunk/lib/Bric.pm 2008-05-01 00:24:29 UTC (rev 8224) @@ -8,13 +8,13 @@ =head1 VERSION -1.11.0 - Development Track for 2.0.0 +1.11.1 - Development Track for 2.0.0 =cut # Set the Version Number. BEGIN { - our $VERSION = '1.11.0'; + our $VERSION = '1.11.1'; } =head1 SYNOPSIS
|