ggerganov commited on
Commit
cd6dfb3
·
1 Parent(s): afce5f4

release : v1.7.5

Browse files
Files changed (3) hide show
  1. CMakeLists.txt +1 -1
  2. README.md +1 -1
  3. bindings/javascript/package.json +1 -1
CMakeLists.txt CHANGED
@@ -1,6 +1,6 @@
1
  cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
2
  project("whisper.cpp" C CXX)
3
- project("whisper.cpp" VERSION 1.7.4)
4
  include(CheckIncludeFileCXX)
5
 
6
  set(SOVERSION 1)
 
1
  cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
2
  project("whisper.cpp" C CXX)
3
+ project("whisper.cpp" VERSION 1.7.5)
4
  include(CheckIncludeFileCXX)
5
 
6
  set(SOVERSION 1)
README.md CHANGED
@@ -10,7 +10,7 @@
10
  > [!NOTE]
11
  > New maintenance roadmap: https://github.com/ggerganov/whisper.cpp/discussions/2788
12
 
13
- 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)
14
 
15
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
16
 
 
10
  > [!NOTE]
11
  > New maintenance roadmap: https://github.com/ggerganov/whisper.cpp/discussions/2788
12
 
13
+ 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)
14
 
15
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
16
 
bindings/javascript/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "whisper.cpp",
3
- "version": "1.7.4",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {
 
1
  {
2
  "name": "whisper.cpp",
3
+ "version": "1.7.5",
4
  "description": "Whisper speech recognition",
5
  "main": "whisper.js",
6
  "scripts": {