]> granicus.if.org Git - graphviz/commitdiff
missed a VERSION
authorJohn Ellson <ellson@research.att.com>
Mon, 7 Oct 2013 21:37:39 +0000 (17:37 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 7 Oct 2013 21:37:39 +0000 (17:37 -0400)
cmd/smyrna/main.c

index debe4659f94db499da746b458571e071df8549bf..0686f38d769ec133f1aac80f6537ed92a2effbc4 100755 (executable)
@@ -101,7 +101,7 @@ static void usage(int v)
 
 static char *Info[] = {
     "smyrna",                   /* Program */
-    VERSION,                    /* Version */
+    PACKAGE_VERSION,            /* Version */
     BUILDDATE                   /* Build Date */
 };