release : v1.8.2

This commit is contained in:
Georgi Gerganov 2025-10-15 10:29:42 +03:00
parent 8ba3c13b0c
commit 4979e04f5d
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
2 changed files with 2 additions and 2 deletions

View 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.1)
project("whisper.cpp" VERSION 1.8.2)
include(CheckIncludeFileCXX)
set(SOVERSION 1)

View File

@ -1,6 +1,6 @@
{
"name": "whisper.cpp",
"version": "1.8.1",
"version": "1.8.2",
"description": "Whisper speech recognition",
"main": "whisper.js",
"scripts": {