Force everything to 1.99, hopefully will work
[dbsrgits/SQL-Translator.git] / bin / sqlt
index 6c52319..b5deb3a 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -153,6 +153,9 @@ use Getopt::Long;
 use Pod::Usage;
 use SQL::Translator;
 
+use vars qw( $VERSION );
+$VERSION = '1.99';
+
 my $from;             # the original database
 my $to;               # the destination database
 my $help;             # show POD and bail