]> granicus.if.org Git - graphviz/commitdiff
Move back to 2.47 development series
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 May 2021 00:58:41 +0000 (17:58 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 May 2021 00:58:41 +0000 (17:58 -0700)
gen_version.py

index 31b5d7eef998b424dd7a370c3c17a21881543b60..6d6ef9547f7170b75cc9ca651bb0ce7a76e306df 100644 (file)
@@ -27,9 +27,9 @@ import os
 import subprocess
 import sys
 
-collection = "stable"
+collection = "development"
 
-version = "2.47.2"
+version = "2.47.3"
 
 graphviz_date_format = "%Y%m%d.%H%M"
 iso_date_format = "%Y-%m-%d %H:%M:%S"