Oops - I got the session file numbers the wrong way around :-(

This commit is contained in:
John Emmas 2018-09-11 18:50:07 +01:00
parent 12abbf52fe
commit 556cf7a215
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
#ifndef CURRENT_SESSION_FILE_VERSION
#ifdef MIXBUS
#define CURRENT_SESSION_FILE_VERSION 5990
#else
#define CURRENT_SESSION_FILE_VERSION 3002
#else
#define CURRENT_SESSION_FILE_VERSION 5990
#endif
#endif