]> git.mjollnir.org Git - cil.git/commitdiff
Updated $VERSION to match reality of releases
authorPedro Melo <melo@simplicidade.org>
Fri, 25 Jul 2008 13:21:49 +0000 (14:21 +0100)
committerAndrew Chilton <andy@chilts.com>
Thu, 31 Jul 2008 08:48:52 +0000 (10:48 +0200)
Signed-off-by: Pedro Melo <melo@simplicidade.org>
lib/CIL.pm

index 6e372bfa909f92eafb0220e286006d9e4873d1f6..33910946a7fb010af799593865ed136c513e72f0 100644 (file)
@@ -27,7 +27,7 @@ use Carp qw(croak confess);
 use File::Glob qw(:glob);
 
 use vars qw( $VERSION );
-$VERSION = '0.5';
+$VERSION = '0.5.1';
 
 use CIL::VCS::Factory;