diff --git a/devel/200_1.md b/devel/200_1.md index b939a300..3835269c 100644 --- a/devel/200_1.md +++ b/devel/200_1.md @@ -1,5 +1,9 @@ # 200_1 +## 2026/03/02 Goldfish Scheme v17.11.29 +### 🔧 基础设施改进 +- 改进njson + ## 2026/02/27 Goldfish Scheme v17.11.28 ## 2026/02/26 Goldfish Scheme v17.11.27 diff --git a/pkgs/goldfish.nix b/pkgs/goldfish.nix index c7c615a9..4fc2ab79 100644 --- a/pkgs/goldfish.nix +++ b/pkgs/goldfish.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation { pname = "goldfish"; - version = "17.11.28"; + version = "17.11.29"; src = ./..; diff --git a/src/goldfish.hpp b/src/goldfish.hpp index 6224aa86..fc06a655 100644 --- a/src/goldfish.hpp +++ b/src/goldfish.hpp @@ -65,7 +65,7 @@ #include #endif -#define GOLDFISH_VERSION "17.11.28" +#define GOLDFISH_VERSION "17.11.29" #define GOLDFISH_PATH_MAXN TB_PATH_MAXN diff --git a/xmake.lua b/xmake.lua index 58dda5af..9640f636 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,4 +1,4 @@ -set_version ("17.11.28") +set_version ("17.11.29") -- mode set_allowedmodes("releasedbg", "release", "debug", "profile")