From: Matthew Fernandez Date: Fri, 17 Sep 2021 00:17:28 +0000 (-0700) Subject: Stable Release 2.49.1 X-Git-Tag: 2.49.1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ced424688ffaafbf746ead675f4c514ec8559b7;p=graphviz Stable Release 2.49.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5898e90ac..f65a72d08 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.1] – 2021-09-22 + ### Changed - the CMake build system installs gzipped man pages if `gzip` is available #1883 @@ -1530,7 +1532,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.49.0...main +[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.49.1...main +[2.49.1]: https://gitlab.com/graphviz/graphviz/compare/2.49.0...2.49.1 [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 diff --git a/gen_version.py b/gen_version.py index 2f33db2f7..fd16b366c 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.1"