From: Georgi Gerganov Date: Mon, 25 May 2026 10:06:33 +0000 (+0300) Subject: release : v1.8.5 X-Git-Tag: upstream/1.9.2~330 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=e0fd1f6787a5bd4a4957dd97c5b64df882ee7b0c;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp release : v1.8.5 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a0f74041..2200673d 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.4) +project("whisper.cpp" VERSION 1.8.5) include(CheckIncludeFileCXX) set(SOVERSION 1) diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index 074dfdda..caf12b6d 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "whisper.cpp", - "version": "1.8.4", + "version": "1.8.5", "description": "Whisper speech recognition", "main": "whisper.js", "scripts": {