Skip to content

Commit

Permalink
!86 bump to Goldfish Scheme v17.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Jan 8, 2025
1 parent 44db35b commit 91fc2a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GoldfishStandardLibrary.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.11.0>
<assign|goldfish-version|17.11.1>

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

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

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

\;
</cpp-chunk>
Expand Down
2 changes: 1 addition & 1 deletion src/goldfish.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include <wordexp.h>
#endif

#define GOLDFISH_VERSION "17.11.0"
#define GOLDFISH_VERSION "17.11.1"

#define GOLDFISH_PATH_MAXN TB_PATH_MAXN

Expand Down

0 comments on commit 91fc2a8

Please sign in to comment.