diff options
author | Li Jin <dragon-fly@qq.com> | 2022-02-08 09:37:28 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2022-02-08 09:37:28 +0800 |
commit | d22ae154b57ac80107020e98f04f76fffaa9cd90 (patch) | |
tree | 17da62ceeed4d736bef5c04d328015c4350df92d /src/yuescript/yue_compiler.cpp | |
parent | b933fbfce34e9afc798e6882a96586b496ac432f (diff) | |
download | yuescript-d22ae154b57ac80107020e98f04f76fffaa9cd90.tar.gz yuescript-d22ae154b57ac80107020e98f04f76fffaa9cd90.tar.bz2 yuescript-d22ae154b57ac80107020e98f04f76fffaa9cd90.zip |
fix issue #76.
Diffstat (limited to '')
-rwxr-xr-x | src/yuescript/yue_compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuescript/yue_compiler.cpp b/src/yuescript/yue_compiler.cpp index 3852f32..2da72da 100755 --- a/src/yuescript/yue_compiler.cpp +++ b/src/yuescript/yue_compiler.cpp | |||
@@ -60,7 +60,7 @@ using namespace parserlib; | |||
60 | 60 | ||
61 | typedef std::list<std::string> str_list; | 61 | typedef std::list<std::string> str_list; |
62 | 62 | ||
63 | const std::string_view version = "0.9.5"sv; | 63 | const std::string_view version = "0.9.6"sv; |
64 | const std::string_view extension = "yue"sv; | 64 | const std::string_view extension = "yue"sv; |
65 | 65 | ||
66 | class YueCompilerImpl { | 66 | class YueCompilerImpl { |