Author: bob Date: 2012-07-07 20:35:58 +0100 (Sat, 07 Jul 2012) New Revision: 1424
Modified: branches/rel_0_69/lib/OpenGuides/Utils.pm Log: bump version of OpenGuides::Utils
Modified: branches/rel_0_69/lib/OpenGuides/Utils.pm =================================================================== --- branches/rel_0_69/lib/OpenGuides/Utils.pm 2012-07-07 16:55:20 UTC (rev 1423) +++ branches/rel_0_69/lib/OpenGuides/Utils.pm 2012-07-07 19:35:58 UTC (rev 1424) @@ -2,7 +2,7 @@
use strict; use vars qw( $VERSION ); -$VERSION = '0.13'; +$VERSION = '0.14';
use Carp qw( croak ); use Wiki::Toolkit;
openguides-commits@lists.openguides.org