summaryrefslogtreecommitdiff
path: root/src/yuescript/yue_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-08-17 23:09:27 +0800
committerLi Jin <dragon-fly@qq.com>2021-08-17 23:09:27 +0800
commit38908616d0e08b72e6b00d18490ed917fa643e4f (patch)
tree4311b80a505f4c3819c8cb2c3c937296fef0356f /src/yuescript/yue_compiler.cpp
parent792e942f5269655ee03c48400999f3604b84396c (diff)
downloadyuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.tar.gz
yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.tar.bz2
yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.zip
reset Yuescript version since it's a minor version with new feature. update Lua lib.
Diffstat (limited to '')
-rw-r--r--src/yuescript/yue_compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_compiler.cpp b/src/yuescript/yue_compiler.cpp
index 8e4072f..e404cd4 100644
--- a/src/yuescript/yue_compiler.cpp
+++ b/src/yuescript/yue_compiler.cpp
@@ -56,7 +56,7 @@ using namespace parserlib;
56 56
57typedef std::list<std::string> str_list; 57typedef std::list<std::string> str_list;
58 58
59const std::string_view version = "0.7.18"sv; 59const std::string_view version = "0.8.0"sv;
60const std::string_view extension = "yue"sv; 60const std::string_view extension = "yue"sv;
61 61
62class YueCompilerImpl { 62class YueCompilerImpl {