diff options
| author | Li Jin <dragon-fly@qq.com> | 2022-06-06 01:00:17 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2022-06-06 01:00:17 +0800 |
| commit | 4350d4b094c2c7202b7ad79d15187c1402bd13eb (patch) | |
| tree | c79ef52141fc0aabfcf14ca8ee777eeddaa97329 /src/yuescript/yue_compiler.cpp | |
| parent | 10f5eb01bb90993c27b3adc60ac3c82ea0ff0b15 (diff) | |
| parent | 8e546a5d26a6a19192caa4b56f3c0348e67bde2b (diff) | |
| download | yuescript-4350d4b094c2c7202b7ad79d15187c1402bd13eb.tar.gz yuescript-4350d4b094c2c7202b7ad79d15187c1402bd13eb.tar.bz2 yuescript-4350d4b094c2c7202b7ad79d15187c1402bd13eb.zip | |
Merge branch 'main' of https://github.com/pigpigyyy/Yuescript
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 b9b51bf..d270455 100755 --- a/src/yuescript/yue_compiler.cpp +++ b/src/yuescript/yue_compiler.cpp | |||
| @@ -56,7 +56,7 @@ using namespace parserlib; | |||
| 56 | 56 | ||
| 57 | typedef std::list<std::string> str_list; | 57 | typedef std::list<std::string> str_list; |
| 58 | 58 | ||
| 59 | const std::string_view version = "0.10.25"sv; | 59 | const std::string_view version = "0.11.0"sv; |
| 60 | const std::string_view extension = "yue"sv; | 60 | const std::string_view extension = "yue"sv; |
| 61 | 61 | ||
| 62 | class YueCompilerImpl { | 62 | class YueCompilerImpl { |
