Bump session format version for MIDI region transparency

This commit is contained in:
Robin Gareus 2022-09-14 02:19:05 +02:00
parent b277244b12
commit e42de1e229
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -8,7 +8,7 @@ import subprocess
import sys
# default state file version for this build
CURRENT_SESSION_FILE_VERSION = 7000
CURRENT_SESSION_FILE_VERSION = 7001
I18N_PACKAGE = 'ardour'