]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.9.2 (#3970) upstream/1.9.2
authorDaniel Bevenius <redacted>
Tue, 4 Aug 2026 13:56:51 +0000 (15:56 +0200)
committerGitHub <redacted>
Tue, 4 Aug 2026 13:56:51 +0000 (15:56 +0200)
CMakeLists.txt
README.md
bindings/javascript/package.json

index 26037c265386a376f6ee3d192598cb717ba4e829..4c43e65b9380cf35b6637a7b9cb1d75fe34a707e 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
 project("whisper.cpp" C CXX)
-project("whisper.cpp" VERSION 1.9.1)
+project("whisper.cpp" VERSION 1.9.2)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index 0e2d5f100d5b106e30feaece772b041f80a3f446..2b62a637956601a58d27e706aa570f7ba418de11 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 [![Conan Center](https://shields.io/conan/v/whisper-cpp)](https://conan.io/center/whisper-cpp)
 [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
 
-Stable: [v1.9.1](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.9.1) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
+Stable: [v1.9.2](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.9.2) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/)
 
 High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
 
index 0982932660531f4c2cb327d44f6f810b6914df5d..bdbb6af912bd3fc53a9a342d1004995a75580b24 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.9.1",
+  "version": "1.9.2",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {