mirror of https://github.com/dspinellis/UMLGraph
Correct UMLGraph location
This commit is contained in:
parent
d0ede46da8
commit
e307530d8e
|
|
@ -61,7 +61,7 @@ class DataOperation extends Element {}
|
|||
<fmtcode ext="mak">
|
||||
# Author: Vadim Nasardinov (vadimn@redhat.com)
|
||||
# Since: 2004-05-26
|
||||
# See: http://www.spinellis.gr/sw/umlgraph/doc/ceg-mv.html
|
||||
# See: http://www.spinellis.gr/umlgraph/doc/ceg-mv.html
|
||||
|
||||
# Requires: graphviz
|
||||
# Requires: javadoc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* Automatically generated file */
|
||||
package org.umlgraph.doclet;
|
||||
class Version { public static String VERSION = "R5_7_2-22-g58087c";}
|
||||
class Version { public static String VERSION = "R5_7_2-23-gd0ede4";}
|
||||
|
||||
Loading…
Reference in New Issue