cmake : bump version to 1.1.0

This commit is contained in:
Georgi Gerganov
2023-01-15 14:22:25 +02:00
parent c3991bbb24
commit 8738427dd6
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.0)
project(whisper.cpp VERSION 1.0.4)
project(whisper.cpp VERSION 1.1.0)
# Add path to modules
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")