]> granicus.if.org Git - graphviz/commitdiff
Start 2.49 development series
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 28 Aug 2021 17:05:55 +0000 (10:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 28 Aug 2021 17:06:26 +0000 (10:06 -0700)
gen_version.py

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