Skip to content

Commit

Permalink
Release v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jun 22, 2021
1 parent 0668fa6 commit 8e2e998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(kaldilm)

# also change scripts/conda/kaldilm/meta.yml
set(kaldilm_VERSION "1.7")
set(kaldilm_VERSION "1.8")

set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
Expand Down
2 changes: 1 addition & 1 deletion kaldilm/csrc/arpa_file_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ void ArpaFileParser::Read(std::istream &is) {
warning_count_ > static_cast<uint32_t>(options_.max_warnings)) {
KALDILM_WARN << "Of " << warning_count_ << " parse warnings, "
<< options_.max_warnings << " were reported. Run program with "
<< "--max_warnings=-1 to see all warnings";
<< "--max-arpa-warnings=-1 to see all warnings";
}

current_line_.clear();
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/kaldilm/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

package:
name: kaldilm
version: "1.7"
version: "1.8"

source:
path: "{{ environ.get('KALDILM_ROOT_DIR') }}"
Expand Down

0 comments on commit 8e2e998

Please sign in to comment.