- Removed use of $Revision$ SVN keyword to generate VERSION variables; now sub-module...
[dbsrgits/SQL-Translator.git] / bin / sqlt
index 339f355..8187b0d 100755 (executable)
--- a/bin/sqlt
+++ b/bin/sqlt
@@ -4,7 +4,7 @@
 # -------------------------------------------------------------------
 # $Id$
 # -------------------------------------------------------------------
-# Copyright (C) 2002-4 SQLFairy Authors
+# Copyright (C) 2002-2009 SQLFairy Authors
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as
@@ -153,9 +153,6 @@ use Getopt::Long;
 use Pod::Usage;
 use SQL::Translator;
 
-use vars qw( $VERSION );
-$VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/;
-
 my $from;             # the original database
 my $to;               # the destination database
 my $help;             # show POD and bail