From: Peter Rabbitson Date: Sun, 3 May 2009 08:34:46 +0000 (+0000) Subject: Bring version bump back - there is still work to be done (reoundtrip branch), I think... X-Git-Tag: v0.11008~174 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab0ec6e533cf1247f5a3b3810b3ae6d8fce7a9bf;p=dbsrgits%2FSQL-Translator.git Bring version bump back - there is still work to be done (reoundtrip branch), I think this is too early --- diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index e089e70..be369ce 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -24,7 +24,7 @@ use base 'Class::Base'; require 5.004; -$VERSION = '0.10'; +$VERSION = '0.09004'; $DEBUG = 0 unless defined $DEBUG; $ERROR = "";