]> granicus.if.org Git - graphviz/commitdiff
Move back to 2.49 development series
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 23 Sep 2021 00:06:21 +0000 (17:06 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 23 Sep 2021 00:06:21 +0000 (17:06 -0700)
gen_version.py

index fd16b366c973d98a662f83d43f23917b63317536..60caeb00025a212701c8faf47b9f621107771306 100644 (file)
@@ -27,9 +27,9 @@ import os
 import subprocess
 import sys
 
-collection = "stable"
+collection = "development"
 
-version = "2.49.1"
+version = "2.49.2"
 
 graphviz_date_format = "%Y%m%d.%H%M"
 iso_date_format = "%Y-%m-%d %H:%M:%S"