From: Peter Rabbitson Date: Sun, 30 May 2010 09:28:07 +0000 (+0000) Subject: Bump trunk version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=20998a570cdbb06e6e8a04ffdb6db1eaf19378f4;p=scpubgit%2FQ-Branch.git Bump trunk version --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 44f553f..cae7e93 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util (); # GLOBALS #====================================================================== -our $VERSION = '1.66'; +our $VERSION = '1.66_01'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases