Skip to content

Commit e0fd1f6

Browse files
committed
release : v1.8.5
1 parent c245b3e commit e0fd1f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.5) # for add_link_options and implicit target directories.
22
project("whisper.cpp" C CXX)
3-
project("whisper.cpp" VERSION 1.8.4)
3+
project("whisper.cpp" VERSION 1.8.5)
44
include(CheckIncludeFileCXX)
55

66
set(SOVERSION 1)

bindings/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whisper.cpp",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"description": "Whisper speech recognition",
55
"main": "whisper.js",
66
"scripts": {

0 commit comments

Comments
 (0)