aboutsummaryrefslogtreecommitdiff
path: root/src/yuescript/yue_compiler.cpp
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-06-06 01:00:17 +0800
committerLi Jin <dragon-fly@qq.com>2022-06-06 01:00:17 +0800
commit4350d4b094c2c7202b7ad79d15187c1402bd13eb (patch)
treec79ef52141fc0aabfcf14ca8ee777eeddaa97329 /src/yuescript/yue_compiler.cpp
parent10f5eb01bb90993c27b3adc60ac3c82ea0ff0b15 (diff)
parent8e546a5d26a6a19192caa4b56f3c0348e67bde2b (diff)
downloadyuescript-4350d4b094c2c7202b7ad79d15187c1402bd13eb.tar.gz
yuescript-4350d4b094c2c7202b7ad79d15187c1402bd13eb.tar.bz2
yuescript-4350d4b094c2c7202b7ad79d15187c1402bd13eb.zip
Merge branch 'main' of https://github.com/pigpigyyy/Yuescript
Diffstat (limited to '')
-rwxr-xr-xsrc/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 b9b51bf..d270455 100755
--- 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.10.25"sv; 59const std::string_view version = "0.11.0"sv;
60const std::string_view extension = "yue"sv; 60const std::string_view extension = "yue"sv;
61 61
62class YueCompilerImpl { 62class YueCompilerImpl {