Skip to content

Commit 39500e4

Browse files
[200_1] Bump version to 18.11.4
1 parent ffb2ea5 commit 39500e4

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
@@ -109,7 +109,7 @@ Goldfish Scheme uses subcommands for different operations:
109109
Without any command, it will print the help message:
110110
```
111111
> gf
112-
Goldfish Scheme 18.11.3 by LiiiLabs
112+
Goldfish Scheme 18.11.4 by LiiiLabs
113113
114114
Commands:
115115
help Display this help message
@@ -125,7 +125,7 @@ Commands:
125125
`version` subcommand will print the Goldfish Scheme version and the underlying S7 Scheme version:
126126
```
127127
> gf version
128-
Goldfish Scheme 18.11.3 by LiiiLabs
128+
Goldfish Scheme 18.11.4 by LiiiLabs
129129
based on S7 Scheme 11.5 (22-Sep-2025)
130130
```
131131

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ brew uninstall goldfish
114114
不带任何命令时,将打印帮助信息:
115115
```
116116
> gf
117-
Goldfish Scheme 18.11.3 by LiiiLabs
117+
Goldfish Scheme 18.11.4 by LiiiLabs
118118
119119
Commands:
120120
help Display this help message
@@ -130,7 +130,7 @@ Commands:
130130
`version` 子命令将打印 金鱼Scheme 版本和底层 S7 Scheme 版本:
131131
```
132132
> gf version
133-
Goldfish Scheme 18.11.3 by LiiiLabs
133+
Goldfish Scheme 18.11.4 by LiiiLabs
134134
based on S7 Scheme 11.5 (22-Sep-2025)
135135
```
136136

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/05/11 Goldfish Scheme v18.11.4
34
## 2026/05/07 Goldfish Scheme v18.11.3
45
## 2026/05/05 Goldfish Scheme v18.11.2
56
## 2026/05/05 Goldfish Scheme v18.11.1

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 = "18.11.3";
17+
version = "18.11.4";
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 "18.11.3"
73+
#define GOLDFISH_VERSION "18.11.4"
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 ("18.11.3")
1+
set_version ("18.11.4")
22

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

0 commit comments

Comments
 (0)