Bring version bump back - there is still work to be done (reoundtrip branch), I think...
Peter Rabbitson [Sun, 3 May 2009 08:34:46 +0000 (08:34 +0000)]
lib/SQL/Translator.pm

index e089e70..be369ce 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.004;
 
-$VERSION  = '0.10';
+$VERSION  = '0.09004';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";