aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/version.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/tool/compiler/language/lux/version.lux')
-rw-r--r--stdlib/source/library/lux/tool/compiler/language/lux/version.lux9
1 files changed, 9 insertions, 0 deletions
diff --git a/stdlib/source/library/lux/tool/compiler/language/lux/version.lux b/stdlib/source/library/lux/tool/compiler/language/lux/version.lux
new file mode 100644
index 000000000..dd3676068
--- /dev/null
+++ b/stdlib/source/library/lux/tool/compiler/language/lux/version.lux
@@ -0,0 +1,9 @@
+(.module:
+ [library
+ [lux #*]]
+ [////
+ [version (#+ Version)]])
+
+(def: #export version
+ Version
+ 00,06,00)