From 541d8329b68d841dd35946f0a4df5b9ec4766f86 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:04:28 +0800 Subject: [PATCH] 提交版本 4.7.0 --- frameworks/nanopb.xcframework/ios-arm64/nanopb.framework/Headers/pb.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/frameworks/nanopb.xcframework/ios-arm64/nanopb.framework/Headers/pb.h b/frameworks/nanopb.xcframework/ios-arm64/nanopb.framework/Headers/pb.h index 0a98d3c..2bd4568 100644 --- a/frameworks/nanopb.xcframework/ios-arm64/nanopb.framework/Headers/pb.h +++ b/frameworks/nanopb.xcframework/ios-arm64/nanopb.framework/Headers/pb.h @@ -51,7 +51,7 @@ /* Version of the nanopb library. Just in case you want to check it in * your own program. */ -#define NANOPB_VERSION nanopb-0.3.9.9 +#define NANOPB_VERSION nanopb-0.3.9.10 /* Include all the system headers needed by nanopb. You will need the * definitions of the following: -- Gitblit v1.8.0