]> granicus.if.org Git - graphviz/commitdiff
release graphviz-2.22.1
authorellson <devnull@localhost>
Mon, 9 Mar 2009 22:00:02 +0000 (22:00 +0000)
committerellson <devnull@localhost>
Mon, 9 Mar 2009 22:00:02 +0000 (22:00 +0000)
ChangeLog
configure.ac

index 6a10d90891920b4a96340ace0526221fd5ffa24a..325749c7fc42d6f94b96c54163d959e59c93919f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+March 9, 2009
+       - Release 2.22.1
+               - build fixes for Visual Studio and for FreeBSD
 March 3, 2009
        - Release 2.22
        - Core:
index f64aa1824cc9abb87649213692bbf3f32265bfc1..411780ee955e74fcadc130fbce936e3835151954 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, 23)
+m4_define(graphviz_version_minor, 22)
 #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, 1)
 
 AC_INIT([graphviz],[graphviz_version_major.graphviz_version_minor.graphviz_version_micro],[http://www.graphviz.org/])