From: Georgi Gerganov Date: Wed, 15 Oct 2025 07:29:42 +0000 (+0300) Subject: release : v1.8.2 X-Git-Tag: upstream/1.8.2^0 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4979e04f5dcaccb36057e059bbaed8a2f5288315;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp release : v1.8.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 91b9d0a9..517f30bb 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.1) +project("whisper.cpp" VERSION 1.8.2) include(CheckIncludeFileCXX) set(SOVERSION 1) diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index ae601157..37bc7509 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "whisper.cpp", - "version": "1.8.1", + "version": "1.8.2", "description": "Whisper speech recognition", "main": "whisper.js", "scripts": {