Force everything to 1.99, hopefully will work
[dbsrgits/SQL-Translator.git] / bin / sqlt.cgi
index 3014e14..b6969ef 100755 (executable)
@@ -38,6 +38,9 @@ use strict;
 use CGI;
 use SQL::Translator;
 
+use vars '$VERSION';
+$VERSION = '1.99';
+
 my $q = CGI->new;
 
 eval {