Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to Goldfish 17.11.0 #167

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Goldfish.tmu
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<assign|srfi|<flag|SRFI|dark red>>

<assign|goldfish-version|17.10.9>
<assign|goldfish-version|17.11.0>

<assign|typehint|<macro|body|<goldfish-lang|<arg|body>>>>

Expand Down Expand Up @@ -16676,7 +16676,7 @@
金鱼Scheme的版本,<todo|后续统一使用<value|goldfish-version>这个在导言区预定义的值>。文学编程的Build Buffer功能暂时不支持展开导言区预定义的值。

<\cpp-chunk|src/goldfish.hpp|true|true>
#define GOLDFISH_VERSION "17.10.9"
#define GOLDFISH_VERSION "17.11.0"

\;
</cpp-chunk>
Expand Down Expand Up @@ -18105,6 +18105,8 @@

<\cpp-chunk|src/goldfish.hpp|true|false>
} // namespace goldfish

\;
</cpp-chunk>

<chapter|基础设施>
Expand Down
3 changes: 2 additions & 1 deletion src/goldfish.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <wordexp.h>
#endif

#define GOLDFISH_VERSION "17.10.9"
#define GOLDFISH_VERSION "17.11.0"

#define GOLDFISH_PATH_MAXN TB_PATH_MAXN

Expand Down Expand Up @@ -653,3 +653,4 @@ repl_for_community_edition (int argc, char** argv) {
}

} // namespace goldfish

Loading