Skip to content

Commit 144f781

Browse files
bump to version 17.11.14 (#326)
1 parent 332cb6b commit 144f781

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

GoldfishInfra.tmu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

21-
<assign|goldfish-version|17.11.13>
21+
<assign|goldfish-version|17.11.14>
2222

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

GoldfishScheme.tmu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

21-
<assign|goldfish-version|17.11.13>
21+
<assign|goldfish-version|17.11.14>
2222

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

GoldfishStandardLibrary.tmu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

21-
<assign|goldfish-version|17.11.13>
21+
<assign|goldfish-version|17.11.14>
2222

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

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

138138
<\cpp-chunk|src/goldfish.hpp|true|true>
139-
#define GOLDFISH_VERSION "17.11.13"
139+
#define GOLDFISH_VERSION "17.11.14"
140140

141141
\;
142142
</cpp-chunk>

src/goldfish.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#include <wordexp.h>
4646
#endif
4747

48-
#define GOLDFISH_VERSION "17.11.13"
48+
#define GOLDFISH_VERSION "17.11.14"
4949

5050
#define GOLDFISH_PATH_MAXN TB_PATH_MAXN
5151

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set_version ("17.11.13")
1+
set_version ("17.11.14")
22

33
-- mode
44
set_allowedmodes("releasedbg", "release", "debug", "profile")

0 commit comments

Comments
 (0)