summaryrefslogtreecommitdiff
path: root/msvc_extra_headers/ardourext/sys/targetsxs.h.input
diff options
context:
space:
mode:
Diffstat (limited to 'msvc_extra_headers/ardourext/sys/targetsxs.h.input')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input10
1 files changed, 9 insertions, 1 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index 0ca7baf73c..cc18c61b81 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -16,11 +16,19 @@
/* Comment out the above line to build Mixbus without VST support */
#endif
+#ifndef PROGRAM_NAME
+#ifdef MIXBUS
+#define PROGRAM_NAME "Mixbus"
+#else
+#define PROGRAM_NAME "Ardour"
+#endif
+#endif
+
#ifndef CURRENT_SESSION_FILE_VERSION
#ifdef MIXBUS
#define CURRENT_SESSION_FILE_VERSION 5990
#else
-#define CURRENT_SESSION_FILE_VERSION 5990
+#define CURRENT_SESSION_FILE_VERSION 3002
#endif
#endif