Reduce $Id to its normal form
[dbsrgits/SQL-Translator.git] / bin / sqlt-graph
index e3aa3b5..d04789a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 
 # -------------------------------------------------------------------
-# $Id: sqlt-graph 1440 2009-01-17 16:31:57Z jawnsy $
+# $Id$
 # -------------------------------------------------------------------
 # Copyright (C) 2002-2009 SQLFairy Authors
 #
@@ -98,6 +98,9 @@ use GraphViz;
 use Pod::Usage;
 use SQL::Translator;
 
+use vars '$VERSION';
+$VERSION = '1.99';
+
 #
 # Get arguments.
 #