Skip to content

Commit 00445d7

Browse files
[200_1] Bump version to 17.11.38
1 parent 9d8d023 commit 00445d7

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Goldfish Scheme uses subcommands for different operations:
108108
Without any command, it will print the help message:
109109
```
110110
> gf
111-
Goldfish Scheme 17.11.37 by LiiiLabs
111+
Goldfish Scheme 17.11.38 by LiiiLabs
112112
113113
Commands:
114114
help Display this help message
@@ -122,7 +122,7 @@ Commands:
122122
`version` subcommand will print the Goldfish Scheme version and the underlying S7 Scheme version:
123123
```
124124
> gf version
125-
Goldfish Scheme 17.11.37 by LiiiLabs
125+
Goldfish Scheme 17.11.38 by LiiiLabs
126126
based on S7 Scheme 11.5 (22-Sep-2025)
127127
```
128128

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ brew uninstall goldfish
113113
不带任何命令时,将打印帮助信息:
114114
```
115115
> gf
116-
Goldfish Scheme 17.11.37 by LiiiLabs
116+
Goldfish Scheme 17.11.38 by LiiiLabs
117117
118118
Commands:
119119
help Display this help message
@@ -127,7 +127,7 @@ Commands:
127127
`version` 子命令将打印 金鱼Scheme 版本和底层 S7 Scheme 版本:
128128
```
129129
> gf version
130-
Goldfish Scheme 17.11.37 by LiiiLabs
130+
Goldfish Scheme 17.11.38 by LiiiLabs
131131
based on S7 Scheme 11.5 (22-Sep-2025)
132132
```
133133

devel/200_1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 200_1
22

3+
## 2026/04/03 Goldfish Scheme v17.11.38
34
## 2026/04/02 Goldfish Scheme v17.11.37
45
## 2026/04/01 Goldfish Scheme v17.11.36
56
## 2026/04/01 Goldfish Scheme v17.11.35

pkgs/goldfish.nix

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

1515
stdenv.mkDerivation {
1616
pname = "goldfish";
17-
version = "17.11.37";
17+
version = "17.11.38";
1818

1919
src = ./..;
2020

src/goldfish.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
#include <isocline.h>
7171
#endif
7272

73-
#define GOLDFISH_VERSION "17.11.37"
73+
#define GOLDFISH_VERSION "17.11.38"
7474

7575
#define GOLDFISH_PATH_MAXN TB_PATH_MAXN
7676

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.37")
1+
set_version ("17.11.38")
22

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

0 commit comments

Comments
 (0)