]> granicus.if.org Git - graphviz/commitdiff
Remove commented out collection = 'stable'
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 15 Nov 2020 12:31:28 +0000 (13:31 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 16 Jan 2021 08:48:56 +0000 (09:48 +0100)
Leaving the "unused" collection as a comment was originally intended
to ensure that no mistake is made when the collection is changed, but
since there's an assertion guarding for this, this is unnecessary and
just gives less clean commit diffs.

gen_version.py

index b629903c78c71adc7dcecfa7f0607ed6fe5244ef..b7bb89aba5c92ec1bcf1a5542cac4553a1700c77 100644 (file)
@@ -19,7 +19,6 @@
 # 2.44.2          stable                 => 2.44.2
 # 2.44.3          development            => 2.44.3~dev.20200824.1337
 
-#collection = 'stable'
 collection = 'development'
 
 version = '2.44.2'