Skip to content

Commit fec6cfc

Browse files
authored
release v1.5.1 (#53)
1 parent 0e47cfe commit fec6cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
22
project(lilcom)
33

44
# Remember to also change the line 3 of ./scripts/conda/lilcom/meta.yaml
5-
set(LILCOM_VERSION "1.5")
5+
set(LILCOM_VERSION "1.5.1")
66

77
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
88
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")

scripts/conda/lilcom/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: lilcom
3-
version: "1.5"
3+
version: "1.5.1"
44

55
source:
66
path: "{{ environ.get('LILCOM_ROOT_DIR') }}"

0 commit comments

Comments
 (0)