]> granicus.if.org Git - graphviz/commitdiff
Stable Release 2.49.1
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 17 Sep 2021 00:17:28 +0000 (17:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 22 Sep 2021 14:22:59 +0000 (07:22 -0700)
CHANGELOG.md
gen_version.py

index 5898e90aca15ba8517919f2c26252cd28504995b..f65a72d08cfcef6192e9791ec9909d94eaaa4123 100644 (file)
@@ -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 <ellson@graphviz.org>
 ```
 
-[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
index 2f33db2f7bfec3152a451149ea96eb71bad8f389..fd16b366c973d98a662f83d43f23917b63317536 100644 (file)
@@ -27,7 +27,7 @@ import os
 import subprocess
 import sys
 
-collection = "development"
+collection = "stable"
 
 version = "2.49.1"