From 7f6c9173ccb82cab3edcfb7bd76e34c65bd0fe27 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 16 May 2021 10:36:11 -0700 Subject: [PATCH] Stable Release 2.47.2 --- CHANGELOG.md | 5 ++++- gen_version.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237a4a362..649219744 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.47.2] - 2021-05-26 + ### Added - CMake option `use_sanitizers` which enables building with address and @@ -1404,7 +1406,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.47.1...main +[Unreleased]: https://gitlab.com/graphviz/graphviz/compare/2.47.2...main +[2.47.2]: https://gitlab.com/graphviz/graphviz/compare/2.47.1...2.47.2 [2.47.1]: https://gitlab.com/graphviz/graphviz/compare/2.47.0...2.47.1 [2.47.0]: https://gitlab.com/graphviz/graphviz/compare/2.46.1...2.47.0 [2.46.1]: https://gitlab.com/graphviz/graphviz/compare/2.46.0...2.46.1 diff --git a/gen_version.py b/gen_version.py index cb8bb027c..31b5d7eef 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.47.2" -- 2.40.0