Initial changes needed for building Mixbus (with MSVC) as version 5
[ardour.git] / msvc_extra_headers / ardourext / sys / targetsxs.h.input
index 0ca7baf73cc0e1da02d842f6b23c5da517b664f9..cc18c61b812e84c4396f87074f7646135d4c346e 100644 (file)
 /* 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