Release v1.12.5 (#2368)

This commit is contained in:
Fangjun Kuang
2025-07-10 15:31:26 +08:00
committed by GitHub
parent fd9a687ec2
commit 0d44df9b67
37 changed files with 71 additions and 52 deletions

View File

@@ -7,17 +7,17 @@
namespace sherpa_onnx {
const char *GetGitDate() {
static const char *date = "Fri Jul 4 15:57:07 2025";
static const char *date = "Thu Jul 10 14:53:33 2025";
return date;
}
const char *GetGitSha1() {
static const char *sha1 = "3bf986d0";
static const char *sha1 = "fd9a687e";
return sha1;
}
const char *GetVersionStr() {
static const char *version = "1.12.4";
static const char *version = "1.12.5";
return version;
}