]> granicus.if.org Git - graphviz/commitdiff
stable_release_2.40.1 2.40.1 stable_release_2.40.1
authorJohn Ellson <john.ellson@comcast.net>
Sun, 25 Dec 2016 03:04:04 +0000 (22:04 -0500)
committerJohn Ellson <john.ellson@comcast.net>
Sun, 25 Dec 2016 03:04:04 +0000 (22:04 -0500)
autogen.sh

index fa7b682299954031fab7ce809c70e99b8c786da4..8e9e3a2d30f00d1ad38ceefc562ba43900919fc2 100755 (executable)
@@ -24,9 +24,10 @@ dnl                       even => stable series
 dnl For the micro number: 0 => in-progress development
 dnl                       timestamp => tar-file snapshot or release
 m4_define(graphviz_version_major, 2)
-m4_define(graphviz_version_minor, 41)
+m4_define(graphviz_version_minor, 40)
+m4_define(graphviz_version_micro, 1)
 dnl NB: the next line gets changed to a date/time string for development releases
-m4_define(graphviz_version_micro, $GRAPHVIZ_VERSION_DATE)
+dnl m4_define(graphviz_version_micro, $GRAPHVIZ_VERSION_DATE)
 m4_define(graphviz_version_date, $GRAPHVIZ_VERSION_DATE)
 m4_define(graphviz_collection, development)
 m4_define(graphviz_version_commit, $GRAPHVIZ_VERSION_COMMIT)