aboutsummaryrefslogtreecommitdiff
path: root/src/yuescript/yue_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-10-21 10:06:31 +0800
committerLi Jin <dragon-fly@qq.com>2022-10-21 10:06:31 +0800
commit3dd607c8887d2fe0186668aabca31bb84a41e2da (patch)
tree49c406e9b48d794f7004b0ddf1945b2c7014bc3a /src/yuescript/yue_compiler.cpp
parent6b6e98d062c7ec5f11be79ed5164aa59047dab30 (diff)
downloadyuescript-3dd607c8887d2fe0186668aabca31bb84a41e2da.tar.gz
yuescript-3dd607c8887d2fe0186668aabca31bb84a41e2da.tar.bz2
yuescript-3dd607c8887d2fe0186668aabca31bb84a41e2da.zip
fix issue #111.
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 2be4498..ff55e0e 100644
--- a/src/yuescript/yue_compiler.cpp
+++ b/src/yuescript/yue_compiler.cpp
@@ -60,7 +60,7 @@ namespace yue {
60 60
61typedef std::list<std::string> str_list; 61typedef std::list<std::string> str_list;
62 62
63const std::string_view version = "0.15.5"sv; 63const std::string_view version = "0.15.6"sv;
64const std::string_view extension = "yue"sv; 64const std::string_view extension = "yue"sv;
65 65
66class YueCompilerImpl { 66class YueCompilerImpl {