Skip to content

Commit

Permalink
bump version to 17.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Mar 5, 2025
1 parent eb6eb16 commit c9bdfb3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion GoldfishInfra.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.7>
<assign|goldfish-version|17.11.8>

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

Expand Down
2 changes: 1 addition & 1 deletion GoldfishLang.tmu
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@

<\session|goldfish|default>
<\output>
Liii Scheme 17.11.7 Enterprise Edition by LiiiLabs
Liii Scheme 17.11.8 Enterprise Edition by LiiiLabs

implemented on S7 Scheme (11.2, 30-Dec-2024)
</output>
Expand Down
2 changes: 1 addition & 1 deletion GoldfishScheme.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.7>
<assign|goldfish-version|17.11.8>

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

Expand Down
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.7>
<assign|goldfish-version|17.11.8>

<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.7"
#define GOLDFISH_VERSION "17.11.8"

\;
</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.7"
#define GOLDFISH_VERSION "17.11.8"

#define GOLDFISH_PATH_MAXN TB_PATH_MAXN

Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set_version ("17.11.7")
set_version ("17.11.8")

-- mode
set_allowedmodes("releasedbg", "release", "debug", "profile")
Expand Down

0 comments on commit c9bdfb3

Please # to comment.