From: Norbert Buchmuller Date: Tue, 3 Mar 2009 21:38:32 +0000 (+0000) Subject: Bumped version number to 1.49_04. X-Git-Tag: v1.70~228 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=e89edb6f1145c03d787d61bf5e4b79b04f6dfb35 Bumped version number to 1.49_04. --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 144b9cf..e938ce0 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -15,7 +15,7 @@ use Scalar::Util qw/blessed/; # GLOBALS #====================================================================== -our $VERSION = '1.49_03'; +our $VERSION = '1.49_04'; $VERSION = eval $VERSION; # numify for warning-free dev releases