summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2018-09-11 18:50:07 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2018-09-11 18:52:20 +0100
commit556cf7a21520c4b1bda14bce96ecc9919a946c9d (patch)
treea25b0c1d5846ea320ce59027d89d7ac00068910d
parent12abbf52fe4fb4e3dc2a3ad06a5a878965952c9e (diff)
Oops - I got the session file numbers the wrong way around :-(
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index cc18c61b81..d9ffee8ff3 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -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