diff options
| author | Li Jin <dragon-fly@qq.com> | 2022-11-16 11:10:20 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2022-11-16 11:17:03 +0800 |
| commit | 4cff61e72d04a249643e36a03b62f5560f269f83 (patch) | |
| tree | 669c7e6754e09bd016f6ed1c6b8d49c5c0c3f58f /src/yuescript/yue_compiler.cpp | |
| parent | 5ff5a1928cdc9e713533bbe388b81ab98e4df137 (diff) | |
| download | yuescript-4cff61e72d04a249643e36a03b62f5560f269f83.tar.gz yuescript-4cff61e72d04a249643e36a03b62f5560f269f83.tar.bz2 yuescript-4cff61e72d04a249643e36a03b62f5560f269f83.zip | |
update version.v0.15.14
Diffstat (limited to '')
| -rw-r--r-- | 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 9d84f43..066a661 100644 --- a/src/yuescript/yue_compiler.cpp +++ b/src/yuescript/yue_compiler.cpp | |||
| @@ -60,7 +60,7 @@ namespace yue { | |||
| 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.15.13"sv; | 63 | const std::string_view version = "0.15.14"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 { |
