From: Matthew Fernandez Date: Tue, 24 Aug 2021 02:55:31 +0000 (-0700) Subject: Stable Release 2.49.0 X-Git-Tag: 2.49.0^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9072724f69fd307a4bff615646497b4374a4f5bb;p=graphviz Stable Release 2.49.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a237403e..993962efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.49.0] – 2021-08-28 + ### Added - a very basic C++ API for a subset of the functions in lib/cgraph and lib/gvc, allowing a graph to be rendered from DOT source to a @@ -1511,7 +1513,8 @@ March 13, 2000: Use AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL in configure.in. John Ellson ``` -[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.48.0...main +[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.49.0...main +[2.49.0]: https://gitlab.com/graphviz/graphviz/compare/2.48.0...2.49.0 [2.48.0]: https://gitlab.com/graphviz/graphviz/compare/2.47.3...2.48.0 [2.47.3]: https://gitlab.com/graphviz/graphviz/compare/2.47.2...2.47.3 [2.47.2]: https://gitlab.com/graphviz/graphviz/compare/2.47.1...2.47.2 diff --git a/gen_version.py b/gen_version.py index 06b6c7a3a..bb9611418 100644 --- a/gen_version.py +++ b/gen_version.py @@ -27,7 +27,7 @@ import os import subprocess import sys -collection = "development" +collection = "stable" version = "2.49.0"