]> granicus.if.org Git - graphviz/commitdiff
do a 2.26.3 release to replace brown-paper-bag release 2.26.2
authorellson <devnull@localhost>
Tue, 26 Jan 2010 15:59:31 +0000 (15:59 +0000)
committerellson <devnull@localhost>
Tue, 26 Jan 2010 15:59:31 +0000 (15:59 +0000)
ChangeLog
configure.ac

index db74f532c12e45f793209186429307c2dbea64a0..5467889ea98c8ac7e865bb96db87eb00f6961bcb 100644 (file)
--- 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
index 711056cd1974774dbe38458972121c495734d575..dbd740a8e064bd3524d021c54e665f5b1608b80f 100644 (file)
@@ -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/])