]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.8.5
authorGeorgi Gerganov <redacted>
Mon, 25 May 2026 10:06:33 +0000 (13:06 +0300)
committerGeorgi Gerganov <redacted>
Mon, 25 May 2026 10:06:33 +0000 (13:06 +0300)
CMakeLists.txt
bindings/javascript/package.json

index a0f74041321a5b158bbbb682d1a27ae511a1d246..2200673d0a316ce3bcf73eb604ecbc68bf227b45 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.8.4)
+project("whisper.cpp" VERSION 1.8.5)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index 074dfdda3079a0bc83d3482bf6b75dbc814c3ab6..caf12b6dd2d08426a6d2c344e443aa99ab6fd948 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.8.4",
+  "version": "1.8.5",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {