Skip to content

Commit

Permalink
Release v1.15 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Sep 16, 2022
1 parent 4e7bb70 commit 5cf708c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
project(kaldi_native_io CXX)

# Remember to change scripts/conda/kaldi_native_io/meta.yaml
set(KALDI_NATIVE_IO_VERSION "1.14")
set(KALDI_NATIVE_IO_VERSION "1.15")

if(CMAKE_TOOLCHAIN_FILE)
set(_BUILD_PYTHON OFF)
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/kaldi_native_io/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kaldi_native_io
version: "1.14"
version: "1.15"

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

0 comments on commit 5cf708c

Please sign in to comment.