X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bin%2Fsqlt-diff-old;h=7ec9b789875099bdcf758db5078ebd5d5bb5fabe;hb=4ab3763d2ad756c236b757306989cafa08e7f35e;hp=57851bfd5ad5a25361ce89871c9f3ffd1adecffd;hpb=782b5a43519d2713171767f74a544fe9892542ea;p=dbsrgits%2FSQL-Translator.git diff --git a/bin/sqlt-diff-old b/bin/sqlt-diff-old index 57851bf..7ec9b78 100755 --- a/bin/sqlt-diff-old +++ b/bin/sqlt-diff-old @@ -2,8 +2,6 @@ # vim: set ft=perl: # ------------------------------------------------------------------- -# $Id$ -# ------------------------------------------------------------------- # Copyright (C) 2002-2009 The SQLFairy Authors # # This program is free software; you can redistribute it and/or @@ -97,7 +95,7 @@ use SQL::Translator; use SQL::Translator::Schema::Constants; use vars qw( $VERSION ); -$VERSION = '1.99'; +$VERSION = '1.59'; my ( @input, $list, $help, $debug ); for my $arg ( @ARGV ) {