Skip to content

Commit 13eec3a

Browse files
authored
Release v1.6.0 (#134)
1 parent da14875 commit 13eec3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
22
project(sherpa-ncnn)
33

4-
set(SHERPA_NCNN_VERSION "1.5.2")
4+
set(SHERPA_NCNN_VERSION "1.6.0")
55

66
# Disable warning about
77
#

pack-for-embedded-systems.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ It should print something like below:
4747
4848
ls -lh \$HOME/asr
4949
total 24368
50-
-rw-r--r-- 1 fangjun staff 59K Feb 2 17:01 kaldi-native-fbank-1.11.tar.gz
51-
-rw-r--r-- 1 fangjun staff 12M Feb 2 17:01 sherpa-0.8.tar.gz
50+
-rw-r--r-- 1 fangjun staff 59K Feb 2 17:01 kaldi-native-fbank-1.12.tar.gz
51+
-rw-r--r-- 1 fangjun staff 12M Feb 2 17:01 sherpa-0.9.tar.gz
5252
drwxr-xr-x 29 fangjun staff 928B Feb 2 16:05 sherpa-ncnn-${SHERPA_NCNN_VERSION}
5353
5454
# Note: It is OK if the versions of the above files are different.

0 commit comments

Comments
 (0)