We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c1765 commit 2eeeba5Copy full SHA for 2eeeba5
CMakeLists.txt
@@ -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.8.2)
+project("whisper.cpp" VERSION 1.8.3)
4
include(CheckIncludeFileCXX)
5
6
set(SOVERSION 1)
bindings/javascript/package.json
{
"name": "whisper.cpp",
- "version": "1.8.2",
+ "version": "1.8.3",
"description": "Whisper speech recognition",
"main": "whisper.js",
"scripts": {
0 commit comments