Skip to content

Commit

Permalink
Release v0.2.5 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Mar 18, 2024
1 parent 47c1bed commit 4c2b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
cmake_policy(SET CMP0135 NEW)
endif()

set(KALDI_DECODER_VERSION "0.2.4")
set(KALDI_DECODER_VERSION "0.2.5")

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
Expand Down

0 comments on commit 4c2b8ae

Please sign in to comment.