Skip to content

Commit a09f8a6

Browse files
[200_1] Bump version to 17.11.48
1 parent 35058fd commit a09f8a6

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

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.47 by LiiiLabs
111+
Goldfish Scheme 17.11.48 by LiiiLabs
112112
113113
Commands:
114114
help Display this help message
@@ -124,7 +124,7 @@ Commands:
124124
`version` subcommand will print the Goldfish Scheme version and the underlying S7 Scheme version:
125125
```
126126
> gf version
127-
Goldfish Scheme 17.11.47 by LiiiLabs
127+
Goldfish Scheme 17.11.48 by LiiiLabs
128128
based on S7 Scheme 11.5 (22-Sep-2025)
129129
```
130130

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.47 by LiiiLabs
116+
Goldfish Scheme 17.11.48 by LiiiLabs
117117
118118
Commands:
119119
help Display this help message
@@ -129,7 +129,7 @@ Commands:
129129
`version` 子命令将打印 金鱼Scheme 版本和底层 S7 Scheme 版本:
130130
```
131131
> gf version
132-
Goldfish Scheme 17.11.47 by LiiiLabs
132+
Goldfish Scheme 17.11.48 by LiiiLabs
133133
based on S7 Scheme 11.5 (22-Sep-2025)
134134
```
135135

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/12 Goldfish Scheme v17.11.48
34
## 2026/04/11 Goldfish Scheme v17.11.47
45
## 2026/04/09 Goldfish Scheme v17.11.46
56
## 2026/04/09 Goldfish Scheme v17.11.45

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

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

0 commit comments

Comments
 (0)