From 9386f239401074690479731c1e41683fbbeac557 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 19 Mar 2026 10:40:13 +0200 Subject: [PATCH] release : v1.8.4 --- CMakeLists.txt | 2 +- bindings/javascript/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06577bf1..a0f74041 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.3) +project("whisper.cpp" VERSION 1.8.4) include(CheckIncludeFileCXX) set(SOVERSION 1) diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index 84139804..074dfdda 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "whisper.cpp", - "version": "1.8.3", + "version": "1.8.4", "description": "Whisper speech recognition", "main": "whisper.js", "scripts": {