]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
release : v1.8.3 upstream/1.8.3
authorGeorgi Gerganov <redacted>
Thu, 15 Jan 2026 09:54:31 +0000 (11:54 +0200)
committerGeorgi Gerganov <redacted>
Thu, 15 Jan 2026 09:54:31 +0000 (11:54 +0200)
CMakeLists.txt
bindings/javascript/package.json

index b60bb0452426ae46d9bb5dc065fd5d21658f1fce..06577bf1181537c9171386c23026ce84b43ae5a1 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.2)
+project("whisper.cpp" VERSION 1.8.3)
 include(CheckIncludeFileCXX)
 
 set(SOVERSION 1)
index 37bc75098f90ddc12888447a6ad4a689f3eb0851..84139804314b13d0670cdb45272433294bcc36fd 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "whisper.cpp",
-  "version": "1.8.2",
+  "version": "1.8.3",
   "description": "Whisper speech recognition",
   "main": "whisper.js",
   "scripts": {