summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <john@creativepost.co.uk>2020-03-14 11:23:26 +0000
committerJohn Emmas <john@creativepost.co.uk>2020-03-14 11:23:26 +0000
commite3ad436bdaf1292960e461ff3942da0e3b783532 (patch)
treea2e39e9e9dd7727c353419d47cb38fe51255e799
parent91a87fbc5b10087e3a6012fa8ec7af78aa67adef (diff)
Update 'CURRENT_SESSION_FILE_VERSION' for our MSVC builds
-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 7ab3f68ddf..f8b8751c4a 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -25,9 +25,9 @@
#ifndef CURRENT_SESSION_FILE_VERSION
#ifdef MIXBUS
-#define CURRENT_SESSION_FILE_VERSION 3002
+#define CURRENT_SESSION_FILE_VERSION 6000
#else
-#define CURRENT_SESSION_FILE_VERSION 5990
+#define CURRENT_SESSION_FILE_VERSION 6000
#endif
#endif