From: Norbert Buchmuller Date: Tue, 17 Feb 2009 19:58:31 +0000 (+0000) Subject: Bumped version number to 1.49_03. X-Git-Tag: v1.70~230 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=bffe85752eb6bd3736efb26d53d3cfe2eada99f1 Bumped version number to 1.49_03. --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 89eb37d..a3a4b0a 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_02'; +our $VERSION = '1.49_03'; $VERSION = eval $VERSION; # numify for warning-free dev releases