Version is derived from the Makefile.

This commit is contained in:
Diomidis Spinellis 2005-11-15 09:41:57 +00:00
parent f287c29a14
commit aa749510d7
2 changed files with 4 additions and 2 deletions

View File

@ -105,7 +105,8 @@ public class UmlGraph {
"#!/usr/local/bin/dot\n" +
"#\n" +
"# Class diagram \n" +
"# Generated by $Id$\n" +
"# Generated by UmlGraph version " +
Version.VERSION + " (http://www.spinellis.gr/sw/umlgraph)\n" +
"#\n\n" +
"digraph G {\n" +
"\tedge [fontname=\"" + opt.edgeFontName +

View File

@ -105,7 +105,8 @@ public class UmlGraph {
"#!/usr/local/bin/dot\n" +
"#\n" +
"# Class diagram \n" +
"# Generated by $Id$\n" +
"# Generated by UmlGraph version " +
Version.VERSION + " (http://www.spinellis.gr/sw/umlgraph)\n" +
"#\n\n" +
"digraph G {\n" +
"\tedge [fontname=\"" + opt.edgeFontName +