From: Matthew Fernandez Date: Sat, 19 Jun 2021 15:22:16 +0000 (-0700) Subject: Move back to 2.47 development series X-Git-Tag: 2.48.0~48^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c69754e9da9cf38e79900917ab95f6a0c43d8e5f;p=graphviz Move back to 2.47 development series --- diff --git a/gen_version.py b/gen_version.py index a8976afff..555e065a7 100644 --- a/gen_version.py +++ b/gen_version.py @@ -27,9 +27,9 @@ import os import subprocess import sys -collection = "stable" +collection = "development" -version = "2.47.3" +version = "2.47.4" graphviz_date_format = "%Y%m%d.%H%M" iso_date_format = "%Y-%m-%d %H:%M:%S"