diff options
author | Li Jin <dragon-fly@qq.com> | 2021-01-28 18:05:58 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-01-28 18:05:58 +0800 |
commit | 90bdaec058948f00d11ccfe955ce252ace045929 (patch) | |
tree | 02c4c00126d74a891ba194b6953e6cb00cb53753 /src/MoonP/moon_compiler.cpp | |
parent | 236bcc6e10f59b9336603571f1683cbe4aa411a9 (diff) | |
download | yuescript-90bdaec058948f00d11ccfe955ce252ace045929.tar.gz yuescript-90bdaec058948f00d11ccfe955ce252ace045929.tar.bz2 yuescript-90bdaec058948f00d11ccfe955ce252ace045929.zip |
fix issue #37.
Diffstat (limited to 'src/MoonP/moon_compiler.cpp')
-rw-r--r-- | src/MoonP/moon_compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MoonP/moon_compiler.cpp b/src/MoonP/moon_compiler.cpp index e8649ae..fcdde59 100644 --- a/src/MoonP/moon_compiler.cpp +++ b/src/MoonP/moon_compiler.cpp | |||
@@ -53,7 +53,7 @@ inline std::string s(std::string_view sv) { | |||
53 | return std::string(sv); | 53 | return std::string(sv); |
54 | } | 54 | } |
55 | 55 | ||
56 | const std::string_view version = "0.4.23"sv; | 56 | const std::string_view version = "0.4.24"sv; |
57 | const std::string_view extension = "mp"sv; | 57 | const std::string_view extension = "mp"sv; |
58 | 58 | ||
59 | class MoonCompilerImpl { | 59 | class MoonCompilerImpl { |