From: Arthur Axel "fREW" Schmidt Date: Mon, 31 May 2010 14:26:39 +0000 (+0000) Subject: for people working from repository X-Git-Tag: v1.70~96 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7af9586d2527c93257f58ef980d503934db134ab;p=dbsrgits%2FSQL-Abstract.git for people working from repository --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 6212ae9..6411acc 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.67'; +our $VERSION = '1.67_01'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases