From: Arthur Axel "fREW" Schmidt Date: Sun, 12 Sep 2010 19:38:38 +0000 (+0000) Subject: release 1.67_03 X-Git-Tag: v1.70~62 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b09bbc263a350b2037311b7dc5792f4a7ec4dad5;p=dbsrgits%2FSQL-Abstract.git release 1.67_03 --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 19b3225..6a03d6f 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.67_02'; +our $VERSION = '1.67_03'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases