Release v1.0 (#18)

* Release v1.0

* Add link to doc
This commit is contained in:
Fangjun Kuang
2022-10-14 12:13:51 +08:00
committed by GitHub
parent 4614d02d6d
commit f5f90a0742
4 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(sherpa-onnx)
set(SHERPA_ONNX_VERSION "0.1")
set(SHERPA_ONNX_VERSION "1.0")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")