summaryrefslogtreecommitdiffstats
path: root/src/defs_promo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs_promo.h')
-rw-r--r--src/defs_promo.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/defs_promo.h b/src/defs_promo.h
new file mode 100644
index 0000000000..b489922707
--- /dev/null
+++ b/src/defs_promo.h
@@ -0,0 +1,11 @@
+/** @file defs_promo.h
+ * This file contains constants and a static helper class related to the promo track campaign
+ *
+*/
+#ifndef __DEFS_PROMO_H__
+#define __DEFS_PROMO_H__
+
+#define MIXXX_PROMO_DIR "promo"
+#define MIXXX_PROMO_VERSION "1.8.0"
+
+#endif