summaryrefslogtreecommitdiff
path: root/src/include/target_version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/target_version.hpp')
-rw-r--r--src/include/target_version.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/target_version.hpp b/src/include/target_version.hpp
new file mode 100644
index 00000000..dddf69e4
--- /dev/null
+++ b/src/include/target_version.hpp
@@ -0,0 +1,11 @@
+/*
+ * MRustC - Rust Compiler
+ * - By John Hodge (Mutabah/thePowersGang)
+ *
+ * include/target_version.hpp
+ * - mrustc target lanuage version definitions
+ */
+#pragma once
+
+#define TARGETVER_1_19 true
+#define TARGETVER_1_29 true