Skip to content

Commit

Permalink
Release v1.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Oct 8, 2022
1 parent e0b16e8 commit bf1d213
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 @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(kaldifst CXX)

# Remember to also change ./scripts/conda/kaldifst/meta.yaml
set(KALDIFST_VERSION "1.0")
set(KALDIFST_VERSION "1.1")

set(ALLOWABLE_BUILD_TYPES Debug Release RelWithDebInfo MinSizeRel)
set(DEFAULT_BUILD_TYPE "Release")
Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/kaldifst/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kaldifst
version: "1.0"
version: "1.1"

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

0 comments on commit bf1d213

Please sign in to comment.