From: Daniel Bevenius Date: Wed, 17 Jun 2026 09:36:57 +0000 (+0200) Subject: release : v1.9.0 (#3886) X-Git-Tag: upstream/1.9.2~193 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=86c40c3bd6fc86f1187fb751d111b49e0fc18e84;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp release : v1.9.0 (#3886) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dff25f25..8527d6d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.8.7) +project("whisper.cpp" VERSION 1.9.0) include(CheckIncludeFileCXX) set(SOVERSION 1) diff --git a/README.md b/README.md index 19fdc70d..a32d9b61 100644 --- 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.8.7](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.7) / [Roadmap](https://github.com/orgs/ggml-org/projects/4/) +Stable: [v1.9.0](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.9.0) / [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: diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index 7c66c730..b777591a 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "whisper.cpp", - "version": "1.8.7", + "version": "1.9.0", "description": "Whisper speech recognition", "main": "whisper.js", "scripts": {