X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=bin%2Fsqlt-graph;h=a5804e9ed3098a349b8e228507e7c3a4c79eae63;hb=4ab3763d2ad756c236b757306989cafa08e7f35e;hp=2565bdaec70c020c474b05332d5b971b9a08c14e;hpb=821a0fde221f5accf93e3f65efa77b5a6733cb5e;p=dbsrgits%2FSQL-Translator.git diff --git a/bin/sqlt-graph b/bin/sqlt-graph index 2565bda..a5804e9 100755 --- a/bin/sqlt-graph +++ b/bin/sqlt-graph @@ -1,9 +1,7 @@ #!/usr/bin/perl # ------------------------------------------------------------------- -# $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 @@ -99,7 +97,7 @@ use Pod::Usage; use SQL::Translator; use vars '$VERSION'; -$VERSION = sprintf "%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/; +$VERSION = '1.59'; # # Get arguments.