X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FAbstract.pm;h=97e3b196d0e97dd4fe7a0746ac5a46e751a57d33;hb=074bb8a879082c233814c077a490f61407ed1f28;hp=5e1346132b5e59dfaaa390f81cb4614a0b91a23f;hpb=addf04c4ab87439b44934c6ae54c2118e1d865f8;p=dbsrgits%2FSQL-Abstract.git diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 5e13461..97e3b19 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -27,7 +27,7 @@ BEGIN { # GLOBALS #====================================================================== -our $VERSION = '2.000000'; +our $VERSION = '2.000001'; # This would confuse some packagers $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases