Release 0.11003
Peter Rabbitson [Mon, 28 Sep 2009 06:49:11 +0000 (06:49 +0000)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index a590ebb..9860cd6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+# ----------------------------------------------------------
+# 0.11003 2009-09-28
+# ----------------------------------------------------------
 * Pg parser fixes to deal properly with MATCH <type>
 * Pg parser fixes to parse timestamp attributes correctly
 * Fix broken default detection in script/sqlt (RT#27438)
index 3e7b0ec..1fe18c0 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11002';
+$VERSION  = '0.11003';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";