From 51c6961c7b64b406833f4b6a4a20e67142f69225 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 2 Apr 2025 16:31:22 +0300 Subject: [PATCH] release : v1.7.5 --- CMakeLists.txt | 2 +- README.md | 2 +- bindings/javascript/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09c1cb4b..be6db903 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.7.4) +project("whisper.cpp" VERSION 1.7.5) include(CheckIncludeFileCXX) set(SOVERSION 1) diff --git a/README.md b/README.md index dfe7f143..b4b3ec79 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ > [!NOTE] > New maintenance roadmap: https://github.com/ggerganov/whisper.cpp/discussions/2788 -Stable: [v1.7.4](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.4) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126) +Stable: [v1.7.5](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.7.5) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126) High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model: diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index 54c891e8..df72d132 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "whisper.cpp", - "version": "1.7.4", + "version": "1.7.5", "description": "Whisper speech recognition", "main": "whisper.js", "scripts": {