From: Steve Hay Date: Wed, 1 Nov 2006 13:22:16 +0000 (+0000) Subject: Forgot to bump Time-HiRes $VERSION in change #29180 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64764f67955c7f025bf507967209b617305e1e04;p=p5sagit%2Fp5-mst-13.2.git Forgot to bump Time-HiRes $VERSION in change #29180 (IO's $VERSION is bumped already) p4raw-link: @29180 on //depot/perl: 86413ec05edbed389a8f74a82fd028f2d16de4b8 p4raw-id: //depot/perl@29181 --- diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 96e2f42..bd2d8d3 100644 --- a/ext/Time/HiRes/HiRes.pm +++ b/ext/Time/HiRes/HiRes.pm @@ -23,7 +23,7 @@ require DynaLoader; stat ); -$VERSION = '1.94'; +$VERSION = '1.94_01'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION;