]> granicus.if.org Git - graphviz/commitdiff
Start 2.46.2 development series
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Feb 2021 17:03:53 +0000 (09:03 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Feb 2021 17:04:15 +0000 (09:04 -0800)
gen_version.py

index a1f1c8eb326b7f8bd9ec691e5acbbda62ffe247b..25f40370436acc368f875ae9488743622b4bc97f 100644 (file)
@@ -19,9 +19,9 @@
 # 2.44.2          stable                 => 2.44.2
 # 2.44.3          development            => 2.44.3~dev.20200824.1337
 
-collection = 'stable'
+collection = 'development'
 
-version = '2.46.1'
+version = '2.46.2'
 
 import os
 import sys