From: ellson Date: Mon, 9 Mar 2009 22:18:16 +0000 (+0000) Subject: continue with graphviz-2.23 development series X-Git-Tag: LAST_LIBGRAPH~32^2~2300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c66efb245eabe5aafa3429d4e337618b3386b30;p=graphviz continue with graphviz-2.23 development series --- diff --git a/configure.ac b/configure.ac index 411780ee9..f64aa1824 100644 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,9 @@ dnl even => stable series dnl For the micro number: 0 => in-progress development (from cvs) dnl timestamp => tar-file snapshot or release m4_define(graphviz_version_major, 2) -m4_define(graphviz_version_minor, 22) +m4_define(graphviz_version_minor, 23) #NB: the next line gets changed to a date/time string for development releases -m4_define(graphviz_version_micro, 1) +m4_define(graphviz_version_micro, 0) AC_INIT([graphviz],[graphviz_version_major.graphviz_version_minor.graphviz_version_micro],[http://www.graphviz.org/])