Skip to content

Commit

Permalink
Release v1.13 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Jun 10, 2022
1 parent ce69b98 commit 24cb62f
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 @@ -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.12")
set(kaldilm_VERSION "1.13")

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 scripts/conda/kaldilm/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

package:
name: kaldilm
version: "1.12"
version: "1.13"

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

0 comments on commit 24cb62f

Please sign in to comment.