From: ellson Date: Tue, 26 Jan 2010 15:59:31 +0000 (+0000) Subject: do a 2.26.3 release to replace brown-paper-bag release 2.26.2 X-Git-Tag: LAST_LIBGRAPH~32^2~1466 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a182814100c0d41a26aff19575abb6fb117ea47;p=graphviz do a 2.26.3 release to replace brown-paper-bag release 2.26.2 --- diff --git a/ChangeLog b/ChangeLog index db74f532c..5467889ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -January 21, 2010 - - Release 2.26.2 +January 26, 2010 + - Release 2.26.3 - libcgraph.so version bumped from 4 to 5 due to API changes - Allow ranksep to specify multiple radial differences in twopi - Allow the user to specify all pairwise distances in neato with diff --git a/configure.ac b/configure.ac index 711056cd1..dbd740a8e 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, 27) +m4_define(graphviz_version_minor, 26) #NB: the next line gets changed to a date/time string for development releases -m4_define(graphviz_version_micro, 0) +m4_define(graphviz_version_micro, 3) AC_INIT([graphviz],[graphviz_version_major.graphviz_version_minor.graphviz_version_micro],[http://www.graphviz.org/])