From: Brandon L Black Date: Thu, 14 Dec 2006 04:55:30 +0000 (+0000) Subject: no need to be 0.14_01 just yet... X-Git-Tag: 0.16~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f093ecf6e0a96a5f4ad8d8e0b760f001eaeb4b3a;p=gitmo%2FClass-C3.git no need to be 0.14_01 just yet... --- diff --git a/README b/README index f7c926f..9ba0f1b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Class::C3 version 0.14_01 +Class::C3 version 0.14 =========================== INSTALLATION diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index 00d5cda..a9158ed 100644 --- a/lib/Class/C3.pm +++ b/lib/Class/C3.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util 'blessed'; use Algorithm::C3; -our $VERSION = '0.14_01'; +our $VERSION = '0.14'; # this is our global stash of both # MRO's and method dispatch tables